Make two more messages translatable (patch from Igor Murzov)

SVN revision: 81040
This commit is contained in:
Massimo Maiurana 2012-12-16 08:57:55 +00:00
parent 0251a602f9
commit f4cd4df207
2 changed files with 2 additions and 2 deletions

View 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);

View 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");