netstar pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=49f1d1a53d38fee63d980933d4ae221364b608f6
commit 49f1d1a53d38fee63d980933d4ae221364b608f6 Author: Al Poole <[email protected]> Date: Tue Oct 10 23:40:52 2017 +0100 replace: fix a typo. --- src/bin/mainview/edi_mainview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/mainview/edi_mainview.c b/src/bin/mainview/edi_mainview.c index 34a9ec9..febe703 100644 --- a/src/bin/mainview/edi_mainview.c +++ b/src/bin/mainview/edi_mainview.c @@ -714,7 +714,7 @@ edi_mainview_project_replace_popup_show(void) Evas_Object *frame; popup = elm_popup_add(_main_win); _edi_mainview_search_project_popup = popup; - elm_object_part_text_set(popup, "title,text", _("Search & Replace")); + elm_object_part_text_set(popup, "title,text", _("Search & Replace")); box = elm_box_add(popup); --
