diff --git a/src/modules/ibar/e_mod_config.c b/src/modules/ibar/e_mod_config.c index 94ffc8ec1..1f9cd4516 100644 --- a/src/modules/ibar/e_mod_config.c +++ b/src/modules/ibar/e_mod_config.c @@ -115,7 +115,7 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dia e_widget_table_object_append(ot, ob, 0, 0, 1, 1, 1, 1, 1, 0); ob = e_widget_button_add(evas, _("Delete"), "list-remove", _cb_del, cfdata, NULL); e_widget_table_object_append(ot, ob, 0, 1, 1, 1, 1, 1, 1, 0); - ob = e_widget_button_add(evas, _("Setup"), "configure", _cb_config, cfdata, NULL); + ob = e_widget_button_add(evas, _("Contents"), "configure", _cb_config, cfdata, NULL); e_widget_table_object_append(ot, ob, 0, 2, 1, 1, 1, 1, 1, 0); if (!e_configure_registry_exists("applications/ibar_applications"))