[gparted] Change wording from disk label type to more common partition table



commit 906b969ecdaddb83cbbe11038e2eb3b7b5085394
Author: Curtis Gedak <gedakc gmail com>
Date:   Sun Dec 6 14:32:12 2009 -0700

    Change wording from disk label type to more common partition table

 src/Win_GParted.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index cb97d51..8afe844 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -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 );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]