diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7e7a32c2d0..357ea3ec29 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2008-07-28 Lucian Langa <lucilanga@gnome.org> + + * mail/mail-config.glade: + Corrected string "Prompt on sending HTML.." + 2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #543532 diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 44251770c1..41e5b27465 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5646,7 +5646,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 on sending HTML mails to contacts that do not want them</property> + <property name="label" translatable="yes">_Prompt on sending HTML mail 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> |