one string in ibar that needs to be translated, and two strings in exebuf to avoid duplicated entries in pot file

SVN revision: 26239
This commit is contained in:
Massimo Maiurana 2006-09-30 12:02:11 +00:00
parent 899a2c009f
commit 9ff6bf18d4
2 changed files with 3 additions and 3 deletions

View File

@ -154,11 +154,11 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data
ot = e_widget_table_add(evas, 0);
of = e_widget_framelist_add(evas, _("General Settings"), 0);
ob = e_widget_label_add(evas, _("Maximum Number Of Matched Eaps To List"));
ob = e_widget_label_add(evas, _("Maximum Number of Matched Eaps to List"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_slider_add(evas, 1, 0, _("%1.0f"), 10, 50, 5, 0, NULL, &(cfdata->max_eap_list), 200);
e_widget_framelist_object_append(of, ob);
ob = e_widget_label_add(evas, _("Maximum Number Of Matched Exes To List"));
ob = e_widget_label_add(evas, _("Maximum Number of Matched Exes to List"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_slider_add(evas, 1, 0, _("%1.0f"), 10, 50, 5, 0, NULL, &(cfdata->max_exe_list), 200);
e_widget_framelist_object_append(of, ob);

View File

@ -836,7 +836,7 @@ _ibar_cb_menu_add(void *data, E_Menu *m, E_Menu_Item *mi)
IBar *b;
b = data;
e_int_config_apps_once(b->inst->gcc->gadcon->zone->container, "Add to IBar", _ibar_cb_menu_add_application_cb, b);
e_int_config_apps_once(b->inst->gcc->gadcon->zone->container, _("Add to IBar"), _ibar_cb_menu_add_application_cb, b);
}
static void