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);