Make two more messages translatable (patch from Igor Murzov)
authorMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 08:57:55 +0000 (08:57 +0000)
committerMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 08:57:55 +0000 (08:57 +0000)
SVN revision: 81040

src/modules/connman/e_mod_main.c
src/modules/pager/e_mod_main.c

index 1149701..8f2602d 100644 (file)
@@ -9,7 +9,7 @@ E_Module *connman_mod = NULL;
 static char tmpbuf[4096]; /* general purpose buffer, just use immediately */
 
 const char _e_connman_name[] = "connman";
-const char _e_connman_Name[] = "Connection Manager";
+const char _e_connman_Name[] = N_("Connection Manager");
 int _e_connman_log_dom = -1;
 
 static Eina_Bool _refresh_cb(void *data);
index 09e031f..c57b361 100644 (file)
@@ -2913,7 +2913,7 @@ e_modapi_init(E_Module *m)
 
    e_gadcon_provider_register(&_gadcon_class);
 
-   e_configure_registry_item_add("extensions/pager", 40, N_("Pager"), NULL,
+   e_configure_registry_item_add("extensions/pager", 40, _("Pager"), NULL,
                                  "preferences-pager", _pager_config_dialog);
 
    act_popup_show = e_action_add("pager_show");