diff options
| author | David Zeuthen <davidz@redhat.com> | 2009-03-27 11:46:56 -0400 |
|---|---|---|
| committer | David Zeuthen <davidz@redhat.com> | 2009-03-27 11:46:56 -0400 |
| commit | accb18717353ac32ea1e4e8cce279b59d021a1ea (patch) | |
| tree | 720a5164ef06b71bb0c1f95ba96205256a0d0c07 /src | |
| parent | e5c9e94ec539ff11ae8f01ca1cfc53f52cb9dc5e (diff) | |
| download | gnome-disk-utility-accb18717353ac32ea1e4e8cce279b59d021a1ea.tar.gz gnome-disk-utility-accb18717353ac32ea1e4e8cce279b59d021a1ea.tar.xz gnome-disk-utility-accb18717353ac32ea1e4e8cce279b59d021a1ea.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | 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); |
