Better name.

SVN revision: 25350
This commit is contained in:
David Walter Seikel 2006-09-02 12:29:33 +00:00
parent 9b37ece08c
commit 7563e46efd
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
o = e_widget_list_add(evas, 1, 0);
ot = e_widget_table_add(evas, 1);
of = e_widget_framelist_add(evas, _("All Applications"), 0);
of = e_widget_framelist_add(evas, _("Available Applications"), 0);
mt = e_widget_button_add(evas, _("Create a new application"), "enlightenment/e",
_cb_button_create, cfdata, NULL);