[evolution] EContactEditor: IM service name not localized properly
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EContactEditor: IM service name not localized properly
- Date: Tue, 29 Apr 2014 13:16:28 +0000 (UTC)
commit 07d7cdf0a5334ac24a2842f09d842838ddbf6f19
Author: Milan Crha <mcrha redhat com>
Date: Tue Apr 29 15:14:25 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 6751a00..8359e7e 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]