aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-08-27 06:22:57 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-08-27 06:22:57 +0800
commitcc3f82deb561b50800911dfd34f039b2246dbeb2 (patch)
tree8dff96c510a960b2ec5fb30ab42d6d34b8af198c
parentf50915e81d419a127a3cf4733f5a79f866251098 (diff)
downloadgsoc2013-evolution-cc3f82deb561b50800911dfd34f039b2246dbeb2.tar.gz
gsoc2013-evolution-cc3f82deb561b50800911dfd34f039b2246dbeb2.tar.zst
gsoc2013-evolution-cc3f82deb561b50800911dfd34f039b2246dbeb2.zip
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
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/widgets/e-addressbook-util.c2
2 files changed, 6 insertions, 1 deletions
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 <cyba@gnome.pl>
+
+ * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog):
+ Display localized status string (added missing _()).
+
2001-08-24 Jon Trowbridge <trow@ximian.com>
* 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));
.marcus2003-09-162-637/+635 * - Update harvest to 1.9.10oliver2003-08-0316-66/+593 * De-pkg-comment.knu2003-02-212-1/+1 * Update to 1.9.3pat2003-01-0213-195/+224 * Fix build on -CURRENT/alpha.naddy2002-12-191-0/+14 * Update to 1.8.2.nork2002-11-237-30/+39 * fix build on -currentijliao2002-11-211-0/+10 * upgrade to 1.8.1ijliao2002-11-2016-128/+322 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Port needs perl to build -> USE_PERL5=yesedwin2002-11-041-0/+1 * Fix sys_nerr misusage to allow building on 5.0silby2002-10-291-0/+12 * Remove use of IPPORT_USERRESERVED, fix build on 5.0.silby2002-10-261-0/+11 * Partially fix build on -current (remove duplicate declarations of thingskris2002-10-21