discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2ef7f0f760bb9ff977a5ec3d650d56cf34666bae
commit 2ef7f0f760bb9ff977a5ec3d650d56cf34666bae Author: Mike Blumenkrantz <[email protected]> Date: Thu Jan 30 09:57:41 2014 -0500 rename tabs in comp match dialog to be more descriptive --- src/bin/e_int_config_comp_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_comp_match.c b/src/bin/e_int_config_comp_match.c index e8b873d..8796408 100644 --- a/src/bin/e_int_config_comp_match.c +++ b/src/bin/e_int_config_comp_match.c @@ -688,7 +688,7 @@ _create_styles_toolbook(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data * oi = _create_match_editor(cfd, evas, cfdata, &(cfdata->overrides), &il); cfdata->overrides_il = il; - e_widget_toolbook_page_append(tb, NULL, _("Over"), oi, 1, 1, 1, 1, 0.5, 0.0); + e_widget_toolbook_page_append(tb, NULL, _("Overrides"), oi, 1, 1, 1, 1, 0.5, 0.0); oi = _create_match_editor(cfd, evas, cfdata, &(cfdata->menus), &il); cfdata->menus_il = il; --
