Make is a little more obvious how to run something in a terminal

SVN revision: 29638
This commit is contained in:
Eric Schuele 2007-04-22 04:45:11 +00:00
parent 5093431635
commit ee3ca39ce0
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data
of = e_widget_framelist_add(evas, _("Terminal Settings"), 0);
e_widget_framelist_content_align_set(of, 0.5, 0.0);
ob = e_widget_label_add(evas, _("Terminal Command"));
ob = e_widget_label_add(evas, _("Terminal Command (CTRL+RETURN to utilize)"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_entry_add(evas, &(cfdata->term_cmd));
e_widget_framelist_object_append(of, ob);