diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-08-27 18:37:32 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-08-27 18:37:32 +0800 |
commit | 0368e5866b2e700a7b7642775c6fb81ab1aef18e (patch) | |
tree | d681634b14360df1d8bcdc298928e8ee8fbf59d2 /mail/mail-config.glade | |
parent | 1bad915150e2d5e97cbbf1a77f7a85e338c07f28 (diff) | |
download | gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.gz gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.zst gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.zip |
** Fix for bug #534762
2008-08-27 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #534762
Change "addressbook" to "address book" in translatable strings.
svn path=/trunk/; revision=36117
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 41e5b27465..05e1843bbf 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -6196,7 +6196,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="photo_local"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">S_earch for sender photograph only in local addressbooks</property> + <property name="label" translatable="yes">S_earch for sender photograph only in local address books</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -6779,7 +6779,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="lookup_book"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my addressbook</property> + <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my address book</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -6802,7 +6802,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="junk_lookup_local_only"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Lookup in local addressbook only</property> + <property name="label" translatable="yes">_Lookup in local address book only</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |