diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-14 00:10:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-14 00:11:11 +0800 |
commit | d6591fc2bd4ae2f8d5130f0eda2e0b11ea614d04 (patch) | |
tree | fc62b41895df74e8f1f6cf494af6c9e908eb4202 /smime | |
parent | 996aedccd361f2fd534fe515da87b1dc21c92b74 (diff) | |
download | gsoc2013-evolution-d6591fc2bd4ae2f8d5130f0eda2e0b11ea614d04.tar.gz gsoc2013-evolution-d6591fc2bd4ae2f8d5130f0eda2e0b11ea614d04.tar.zst gsoc2013-evolution-d6591fc2bd4ae2f8d5130f0eda2e0b11ea614d04.zip |
Bug 661650 - "Certificate Authority Trust" strings miss mnemonics
Diffstat (limited to 'smime')
-rw-r--r-- | smime/gui/smime-ui.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smime/gui/smime-ui.ui b/smime/gui/smime-ui.ui index 4b4fbaef8b..0ad3f47d81 100644 --- a/smime/gui/smime-ui.ui +++ b/smime/gui/smime-ui.ui @@ -1188,7 +1188,7 @@ </child> <child> <object class="GtkCheckButton" id="ssl_trust_checkbutton"> - <property name="label" translatable="yes">Trust this CA to identify websites.</property> + <property name="label" translatable="yes">Trust this CA to identify _websites.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -1203,7 +1203,7 @@ </child> <child> <object class="GtkCheckButton" id="email_trust_checkbutton"> - <property name="label" translatable="yes">Trust this CA to identify email users.</property> + <property name="label" translatable="yes">Trust this CA to identify _email users.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -1218,7 +1218,7 @@ </child> <child> <object class="GtkCheckButton" id="objsign_trust_checkbutton"> - <property name="label" translatable="yes">Trust this CA to identify software developers.</property> + <property name="label" translatable="yes">Trust this CA to identify _software developers.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |