From 97ab6bef1b7d4e9b3073f11d2802049d0ebdd235 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 8 Jul 2001 23:14:01 +0000 Subject: Marked a string for translation. 2001-07-09 Kjartan Maraas * gui/contact-list-editor/e-contact-list-editor.c: Marked a string for translation. svn path=/trunk/; revision=10896 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e355eb6e52..0e48699fd1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-07-09 Kjartan Maraas + + * gui/contact-list-editor/e-contact-list-editor.c: Marked a + string for translation. + 2001-07-07 Jon Trowbridge * gui/widgets/e-minicard.c (add_field): Detect the embedded 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 805604b722..103b841b49 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -222,7 +222,7 @@ e_contact_list_editor_init (EContactListEditor *editor) editor->visible_addrs_checkbutton = glade_xml_get_widget (gui, "visible-addrs-checkbutton"); /* Construct the app */ - bonobo_win = bonobo_window_new ("contact-list-editor", "Contact List Editor"); + bonobo_win = bonobo_window_new ("contact-list-editor", _("Contact List Editor")); /* FIXME: The sucking bit */ { -- cgit v1.2.3