[gnome-disk-utility] use the term "Name" instead of "Label" when creating a partition
- From: David Zeuthen <davidz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-disk-utility] use the term "Name" instead of "Label" when creating a partition
- Date: Fri, 27 Mar 2009 11:50:45 -0400 (EDT)
commit accb18717353ac32ea1e4e8cce279b59d021a1ea
Author: David Zeuthen <davidz redhat com>
Date: Fri Mar 27 11:46:56 2009 -0400
use the term "Name" instead of "Label" when creating a partition
Bug 576929: partition label vs filesystem label
http://bugzilla.gnome.org/show_bug.cgi?id=576929
---
src/palimpsest/gdu-section-unallocated.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/palimpsest/gdu-section-unallocated.c b/src/palimpsest/gdu-section-unallocated.c
index acbce5f..06e96f8 100644
--- a/src/palimpsest/gdu-section-unallocated.c
+++ b/src/palimpsest/gdu-section-unallocated.c
@@ -697,7 +697,7 @@ gdu_section_unallocated_init (GduSectionUnallocated *section)
/* _file system_ label */
label = gtk_label_new (NULL);
gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5);
- gtk_label_set_markup_with_mnemonic (GTK_LABEL (label), _("_Label:"));
+ gtk_label_set_markup_with_mnemonic (GTK_LABEL (label), _("_Name:"));
gtk_table_attach (GTK_TABLE (table), label, 0, 1, row, row + 1,
GTK_FILL, GTK_EXPAND | GTK_FILL, 2, 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]