Didn't knew it was possible to change desktop name, maybe other users should know about it :)

This commit is contained in:
maxerba 2020-06-16 21:26:11 +02:00
parent b55fa736ed
commit e64263bcc8
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dia
of = e_widget_frametable_add(evas, _("Number of Desktops"), 0);
e_widget_frametable_content_align_set(of, 0.5, 0.0);
ob = e_widget_label_add(evas, _("Click to change wallpaper"));
ob = e_widget_label_add(evas, _("Click to change wallpaper and name"));
e_widget_frametable_object_append(of, ob, 0, 0, 1, 1, 1, 1, 1, 1);
ob = e_widget_bgpreview_add(evas, cfdata->x, cfdata->y);