Revert "text_setting: Change "Monospaced" to "Fixed-width"."

To revert commit f391c03be0, revert this
commit.

This reverts commit c3a8e7d03f.
This commit is contained in:
Jaehyun Cho 2016-02-23 18:58:02 +09:00
parent c47e5487ee
commit e81fa2f350
1 changed files with 1 additions and 1 deletions

View File

@ -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",