summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-09-15 12:59:29 -0500
committerDavid Lehman <dlehman@redhat.com>2008-09-15 13:27:28 -0500
commitc19c23eaf1654adf88e7575b062538da6f353584 (patch)
tree13d1aa430cc6a1d18309ece5d8a65d187bad8820 /ui
parent4f14856e6a163af9b03842ebe2bd1e01c2d73b49 (diff)
downloadanaconda-c19c23eaf1654adf88e7575b062538da6f353584.tar.gz
anaconda-c19c23eaf1654adf88e7575b062538da6f353584.tar.xz
anaconda-c19c23eaf1654adf88e7575b062538da6f353584.zip
New device passphrase is now always global w/ option to retrofit.
Retrofit in this context means to add the new passphrase to all preexisting LUKS devices that we have keys to. This is an effort to simplify management of systems containing encrypted devices.
Diffstat (limited to 'ui')
-rw-r--r--ui/lukspassphrase.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lukspassphrase.glade b/ui/lukspassphrase.glade
index 4132a93db..8177b53cf 100644
--- a/ui/lukspassphrase.glade
+++ b/ui/lukspassphrase.glade
@@ -244,7 +244,7 @@
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Use this passphrase for all new encrypted devices</property>
+ <property name="label" translatable="yes">Also add this passphrase to all existing encrypted devices to streamline the boot process</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>