- re-enabling ru translation after po file committing

- remove a semicolon from a configuration item (patch from Igor Murzov)

SVN revision: 78733
This commit is contained in:
Massimo Maiurana 2012-10-31 21:25:40 +00:00
parent c81161d399
commit 86bd7dc367
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ _basic_create_widgets (E_Config_Dialog * cfd, Evas * evas,
e_widget_frametable_object_append (of, port_entry, 0, 5, 1, 1, 1, 0, 1, 0);
e_widget_list_object_append (o, of, 1, 1, 0.5);
ob = e_widget_check_add(evas, D_("Show Popup:"), &(cfdata->show_popup));
ob = e_widget_check_add(evas, D_("Show Popup"), &(cfdata->show_popup));
e_widget_frametable_object_append(of, ob, 0, 6, 1, 1, 1, 0, 1, 0);
return o;