[evolution/evolution-3-12] EContactEditor: IM service name not localized properly



commit c64fcec1a6a37f63639f3f75f3d74bbf92219e5a
Author: Milan Crha <mcrha redhat com>
Date:   Tue Apr 29 15:18:52 2014 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c 
b/addressbook/gui/contact-editor/e-contact-editor.c
index 3618bad..e6d93ae 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -1802,7 +1802,7 @@ init_im_record_service (EContactEditor *editor,
                gtk_list_store_append (store, &iter);
                gtk_list_store_set (
                        store, &iter,
-                       0, im_service[i].pretty_name,
+                       0, _(im_service[i].pretty_name),
                        1, TRUE,
                        -1);
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]