From cc3f82deb561b50800911dfd34f039b2246dbeb2 Mon Sep 17 00:00:00 2001 From: Chyla Zbigniew Date: Sun, 26 Aug 2001 22:22:57 +0000 Subject: Display localized status string (added missing _()). * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): Display localized status string (added missing _()). svn path=/trunk/; revision=12476 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/widgets/e-addressbook-util.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f07aa98eea..1cce4aadbf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Zbigniew Chyla + + * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): + Display localized status string (added missing _()). + 2001-08-24 Jon Trowbridge * backend/ebook/e-destination.c (e_destination_set_card): Put a diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index 24a2ab93c0..6ecf00cbf5 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -43,7 +43,7 @@ e_addressbook_error_dialog (const gchar *msg, EBookStatus status) }; char *error_msg; - error_msg = g_strdup_printf ("%s: %s", msg, status_to_string [status]); + error_msg = g_strdup_printf ("%s: %s", msg, _(status_to_string [status])); gtk_widget_show (gnome_error_dialog (error_msg)); -- cgit v1.2.3