ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=6b8996de016b7d4513125a81e3b5db915aa59ac6
commit 6b8996de016b7d4513125a81e3b5db915aa59ac6 Author: Al Poole <nets...@gmail.com> Date: Wed Jun 7 22:38:49 2017 -0700 about: linux to unix wording in about. Reviewers: ajwillia.ms Reviewed By: ajwillia.ms Differential Revision: https://phab.enlightenment.org/D4942 --- src/bin/screens/edi_about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/screens/edi_about.c b/src/bin/screens/edi_about.c index 26a6b12..1f84dd0 100644 --- a/src/bin/screens/edi_about.c +++ b/src/bin/screens/edi_about.c @@ -75,7 +75,7 @@ edi_about_show(Evas_Object *mainwin) elm_box_pack_end(vbox, elm_box_add(vbox)); text = elm_label_add(box); - elm_object_text_set(text, "<br>EDI is an IDE designed to get people into coding for Linux.<br>" \ + elm_object_text_set(text, "<br>EDI is an IDE designed to get people into coding for Unix.<br>" \ "It's based on the <b>EFL</b> and written completely natively<br>" \ "to provide a <i>reponsive</i> and <i>beautiful</i> UI.<br>"); evas_object_size_hint_weight_set(text, EVAS_HINT_EXPAND, 0.0); --