From 07d7cdf0a5334ac24a2842f09d842838ddbf6f19 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 29 Apr 2014 15:14:25 +0200 Subject: EContactEditor: IM service name not localized properly The IM service names are correctly marked for translation, but they are not localized (passed to gettext) at the place of its usage. --- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 6751a002ba..8359e7e0b7 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1931,7 +1931,7 @@ init_im_record_type (EContactEditor *editor) gtk_list_store_append (store, &iter); gtk_list_store_set (store, &iter, - DYNTABLE_COMBO_COLUMN_TEXT, im_service[i].pretty_name, + DYNTABLE_COMBO_COLUMN_TEXT, _(im_service[i].pretty_name), DYNTABLE_COMBO_COLUMN_SENSITIVE, TRUE, -1); } -- cgit v1.2.3