aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-07-09 07:14:01 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-07-09 07:14:01 +0800
commit97ab6bef1b7d4e9b3073f11d2802049d0ebdd235 (patch)
tree139952b43312fc765dcc716d2b397b42fafaa98d /addressbook/gui/contact-list-editor
parent4f0af5b834a31a2612ca3bc68a2c22d366eb150a (diff)
downloadgsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar.gz
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar.bz2
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar.lz
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar.xz
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.tar.zst
gsoc2013-evolution-97ab6bef1b7d4e9b3073f11d2802049d0ebdd235.zip
Marked a string for translation.
2001-07-09 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-list-editor/e-contact-list-editor.c: Marked a string for translation. svn path=/trunk/; revision=10896
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
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 */
{