aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-03-18 21:56:22 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-03-18 21:56:22 +0800
commitf74f3eb5c28b82fafe8a12e5d8b62d10c04c349f (patch)
tree28154f4cb533fbca0e1e8e8441b590370885d140 /addressbook
parentd25f5685981ece9cda758de49564da91279caa30 (diff)
downloadgsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar.gz
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar.bz2
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar.lz
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar.xz
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.tar.zst
gsoc2013-evolution-f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f.zip
** Fix for bug #511952
2008-03-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #511952 * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_create_name_selector): * plugins/groupwise-features/share-folder.c: (share_folder_construct): * plugins/groupwise-features/proxy.c: (proxy_add_account): * plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector): * plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run): Marking text for translation. svn path=/trunk/; revision=35212
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog8
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 87922f0685..6177c1c3be 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-18 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #511952
+
+ * gui/contact-list-editor/e-contact-list-editor.c:
+ (contact_list_editor_create_name_selector):
+ Marking text for translation.
+
2008-03-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #273177
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 30b6eb4073..fc98212ce0 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -895,7 +895,7 @@ contact_list_editor_create_name_selector (gchar *name,
e_name_selector_model_add_section (
e_name_selector_peek_model (name_selector),
- "Members", "Members", NULL);
+ "Members", _("_Members"), NULL);
name_selector_entry = e_name_selector_peek_section_entry (
name_selector, "Members");