jaehyun pushed a commit to branch master.

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

commit e81fa2f3504272ad9614b4199afe1c07055784d9
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Tue Feb 23 18:58:02 2016 +0900

    Revert "text_setting: Change "Monospaced" to "Fixed-width"."
    
    To revert commit f391c03be0e0ca9d202e2a584e181125af0d129e, revert this
    commit.
    
    This reverts commit c3a8e7d03fcb95f3630b741b1a43ad34436daca5.
---
 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 3ec1228..a15b9c2 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, _("Fixed-width fonts"));
+   elm_object_text_set(check_monospace_font, _("Monospaced 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