jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=c3a8e7d03fcb95f3630b741b1a43ad34436daca5

commit c3a8e7d03fcb95f3630b741b1a43ad34436daca5
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Tue Feb 23 14:43:54 2016 +0900

    text_setting: Change "Monospaced" to "Fixed-width".
    
    Change "Monospaced" to "Fixed-width" for better understanding.
---
 src/bin/text_setting.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/text_setting.c b/src/bin/text_setting.c
index a15b9c2..3ec1228 100644
--- a/src/bin/text_setting.c
+++ b/src/bin/text_setting.c
@@ -942,7 +942,7 @@ text_setting_layout_create(Evas_Object *parent)
    Evas_Object *check_monospace_font = elm_check_add(box);
    evas_object_size_hint_weight_set(check_monospace_font, EVAS_HINT_EXPAND, 0);
    evas_object_size_hint_align_set(check_monospace_font, EVAS_HINT_FILL, 0);
-   elm_object_text_set(check_monospace_font, _("Monospaced Fonts"));
+   elm_object_text_set(check_monospace_font, _("Fixed-width fonts"));
 #ifdef HAVE_FONTCONFIG
    elm_check_state_set(check_monospace_font, config_monospace_font_get());
    evas_object_smart_callback_add(check_monospace_font, "changed",

-- 


Reply via email to