summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-02-22 16:18:20 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-02-22 16:18:20 -0500
commitcde5f6eaedf0bb7846bd96d27f92b370d2cb4be2 (patch)
treece9c694a491496e6139cf85946d50ab8c76d71c6 /src
parent4eecc1b2ed859854834ce4ee1f942912b6c89eb8 (diff)
downloadgnome-disk-utility-cde5f6eaedf0bb7846bd96d27f92b370d2cb4be2.tar.gz
gnome-disk-utility-cde5f6eaedf0bb7846bd96d27f92b370d2cb4be2.tar.xz
gnome-disk-utility-cde5f6eaedf0bb7846bd96d27f92b370d2cb4be2.zip
also use y as mnemonic for "Encrypt Device" check box everywhere
Diffstat (limited to 'src')
-rw-r--r--src/palimpsest/gdu-section-unallocated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/palimpsest/gdu-section-unallocated.c b/src/palimpsest/gdu-section-unallocated.c
index 7b83d0b..c13e057 100644
--- a/src/palimpsest/gdu-section-unallocated.c
+++ b/src/palimpsest/gdu-section-unallocated.c
@@ -741,7 +741,7 @@ gdu_section_unallocated_init (GduSectionUnallocated *section)
row++;
/* whether to encrypt underlying device */
- check_button = gtk_check_button_new_with_mnemonic (_("E_ncrypt underlying device"));
+ check_button = gtk_check_button_new_with_mnemonic (_("Encr_ypt underlying device"));
gtk_widget_set_tooltip_text (check_button,
_("Encryption protects your data, requiring a "
"passphrase to be enterered before the file system can be "