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
This commit is contained in:
@ -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
|
||||
|
||||
@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user