Change wording from disk label type to more common partition table
This commit is contained in:
parent
b1bdb04e2b
commit
906b969ecd
|
@ -472,7 +472,7 @@ void Win_GParted::init_device_info()
|
||||||
table ->attach( * Utils::mk_label( "" ), 1, 2, top++, bottom++, Gtk::FILL );
|
table ->attach( * Utils::mk_label( "" ), 1, 2, top++, bottom++, Gtk::FILL );
|
||||||
|
|
||||||
//disktype
|
//disktype
|
||||||
table ->attach( * Utils::mk_label( " <b>" + static_cast<Glib::ustring>( _("DiskLabelType:") ) + "</b>" ),
|
table ->attach( * Utils::mk_label( " <b>" + static_cast<Glib::ustring>( _("Partition table:") ) + "</b>" ),
|
||||||
0, 1,
|
0, 1,
|
||||||
top, bottom,
|
top, bottom,
|
||||||
Gtk::FILL );
|
Gtk::FILL );
|
||||||
|
|
Loading…
Reference in New Issue