From 6b8996de016b7d4513125a81e3b5db915aa59ac6 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Wed, 7 Jun 2017 22:38:49 -0700 Subject: [PATCH] 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, "
EDI is an IDE designed to get people into coding for Linux.
" \ + elm_object_text_set(text, "
EDI is an IDE designed to get people into coding for Unix.
" \ "It's based on the EFL and written completely natively
" \ "to provide a reponsive and beautiful UI.
"); evas_object_size_hint_weight_set(text, EVAS_HINT_EXPAND, 0.0);