diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 19:03:09 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 19:03:09 +0800 |
commit | 46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0 (patch) | |
tree | 962e97d004f2e605655c3dc9d3ebc738a4fdfc83 /smime | |
parent | d46ec2039ee3c1632e7e5350c7d3582daf91c492 (diff) | |
parent | 4378af9ac6b6d2e5e345e4bb10dc1486f8cef44a (diff) | |
download | gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar.gz gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar.bz2 gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar.lz gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar.xz gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.tar.zst gsoc2013-evolution-46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0.zip |
Merge branch 'master' into wip/gsettings
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> |