diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 20:21:38 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 20:21:38 +0800 |
commit | 66d997c1605b80c67344a2973a17f6a4650181c9 (patch) | |
tree | 11e9ec0315992702a519ac7f9dbbb11756ce6b4b /mail/mail-config.glade | |
parent | 3f2e506802009ee3a0a6d3818e018884eb7ef91d (diff) | |
download | gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.tar.gz gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.tar.zst gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.zip |
s/don't/do not/ string changes. Fixes #325276.
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* em-utils.c (em_utils_prompt_user), mail-config.glade, mail.error.xml :
s/don't/do not/ string changes. Fixes #325276.
svn path=/trunk/; revision=31002
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 6eb3ec52bb..cc6fa68d27 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -3607,7 +3607,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="pgp_no_imip_sign"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Don't sign meeting requests (for Outlook compatibility)</property> + <property name="label" translatable="yes">_Do not sign meeting requests (for Outlook compatibility)</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5672,7 +5672,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="chkPromptWantHTML"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Prompt when sending HTML messages to contacts that don't want them</property> + <property name="label" translatable="yes">_Prompt when sending HTML messages to contacts that do not want them</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |