rename shelf config Setup button to Settings to be consistent with menu

SVN revision: 76380
This commit is contained in:
Mike Blumenkrantz 2012-09-10 08:37:26 +00:00
parent a1a07bdbd1
commit 6ad6791e84
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
_cb_contents, cfdata, NULL);
e_widget_table_object_align_append(ot, cfdata->o_contents,
3, 0, 1, 1, 0, 1, 1, 1, 1.0, 0.5);
cfdata->o_config = e_widget_button_add(evas, _("Setup"), "configure",
cfdata->o_config = e_widget_button_add(evas, _("Settings"), "configure",
_cb_config, cfdata, NULL);
e_widget_table_object_align_append(ot, cfdata->o_config,
4, 0, 1, 1, 0, 1, 1, 1, 1.0, 0.5);