Change wording from disk label type to more common partition table

This commit is contained in:
Curtis Gedak 2009-12-06 14:32:12 -07:00
parent b1bdb04e2b
commit 906b969ecd
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ void Win_GParted::init_device_info()
table ->attach( * Utils::mk_label( "" ), 1, 2, top++, bottom++, Gtk::FILL );
//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,
top, bottom,
Gtk::FILL );