some strings that need to be translated

SVN revision: 25663
This commit is contained in:
Massimo Maiurana 2006-09-09 16:41:00 +00:00
parent 4a8efa9130
commit a2691b6c1e
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ e_int_config_wallpaper_gradient(E_Config_Dialog *parent)
e_widget_list_object_append(ol, ot, 1, 1, 0.5);
of = e_widget_framelist_add(evas, "Fill Options", 1);
of = e_widget_framelist_add(evas, _("Fill Options"), 1);
rg = e_widget_radio_group_new(&(cfdata->mode));

View File

@ -282,7 +282,7 @@ e_widget_fsel_add(Evas *evas, const char *dev, const char *path, char *selected,
if (preview)
{
o = e_widget_frametable_add(evas, "Preview", 0);
o = e_widget_frametable_add(evas, _("Preview"), 0);
wd->o_preview_frame = o;
e_widget_sub_object_add(obj, o);