diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-13 18:20:36 +0800 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-18 17:06:43 +0800 |
commit | 2c90bea1a1da8b53328fd7a0ffbe1d841ae9eeef (patch) | |
tree | 875c74e2996b6008855dae0047d01de06b3dc0e4 /smime/gui/smime-ui.ui | |
parent | d49349bcb3587d977df06643397535cf09035246 (diff) | |
download | gsoc2013-evolution-2c90bea1a1da8b53328fd7a0ffbe1d841ae9eeef.tar.gz gsoc2013-evolution-2c90bea1a1da8b53328fd7a0ffbe1d841ae9eeef.tar.zst gsoc2013-evolution-2c90bea1a1da8b53328fd7a0ffbe1d841ae9eeef.zip |
Miscellaneous string fixes
Various small string fixes, from missing "the"s and small typos, to removal
of extraneous "whether or not"s. Helps: bgo#615712
Diffstat (limited to 'smime/gui/smime-ui.ui')
-rw-r--r-- | smime/gui/smime-ui.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smime/gui/smime-ui.ui b/smime/gui/smime-ui.ui index f3c63f4505..12947578f8 100644 --- a/smime/gui/smime-ui.ui +++ b/smime/gui/smime-ui.ui @@ -1187,7 +1187,7 @@ </child> <child> <object class="GtkCheckButton" id="ssl_trust_checkbutton"> - <property name="label" translatable="yes">Trust this CA to identify web sites.</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> |