change the guide text of the fixed live view size.

This commit is contained in:
Hermet Park 2016-02-05 16:16:30 +09:00
parent 4f4fd2c792
commit 10c40a182c
4 changed files with 5 additions and 13 deletions

View File

@ -107,10 +107,6 @@ msgstr ""
msgid "Double click the part to confirm." msgid "Double click the part to confirm."
msgstr "" msgstr ""
#: src/bin/live_edit.c:995
msgid "Select a part to add in Live View."
msgstr ""
#: src/bin/live_edit.c:1070 #: src/bin/live_edit.c:1070
msgid "Faild to allocate Memory!" msgid "Faild to allocate Memory!"
msgstr "" msgstr ""
@ -308,7 +304,7 @@ msgid "Live View Scale"
msgstr "" msgstr ""
#: src/bin/setting.c:324 #: src/bin/setting.c:324
msgid "Fixed Live View Size" msgid "Live View Size"
msgstr "" msgstr ""
#: src/bin/setting.c:385 #: src/bin/setting.c:385

View File

@ -318,7 +318,7 @@ msgid "Live View Scale"
msgstr "" msgstr ""
#: src/bin/setting.c:324 #: src/bin/setting.c:324
msgid "Fixed Live View Size" msgid "Live View Size"
msgstr "" msgstr ""
#: src/bin/setting.c:385 #: src/bin/setting.c:385

View File

@ -107,10 +107,6 @@ msgstr "Ошибка перехвата нажатия - Escape"
msgid "Double click the part to confirm." msgid "Double click the part to confirm."
msgstr "Сделайте двойной клик мыши по примитиву для вставки." msgstr "Сделайте двойной клик мыши по примитиву для вставки."
#: src/bin/live_edit.c:995
msgid "Select a part to add in Live View."
msgstr "Выбирете тип примитива, который будет добавлен."
#: src/bin/live_edit.c:1070 #: src/bin/live_edit.c:1070
msgid "Faild to allocate Memory!" msgid "Faild to allocate Memory!"
msgstr "Ошибка выделения памяти!" msgstr "Ошибка выделения памяти!"
@ -310,8 +306,8 @@ msgid "Live View Scale"
msgstr "Масштаб Live View" msgstr "Масштаб Live View"
#: src/bin/setting.c:324 #: src/bin/setting.c:324
msgid "Fixed Live View Size" msgid "Live View Size"
msgstr "Фиксированный размер Live View" msgstr "размер Live View"
#: src/bin/setting.c:385 #: src/bin/setting.c:385
msgid "Part Highlighting" msgid "Part Highlighting"

View File

@ -324,7 +324,7 @@ general_layout_create(setting_data *sd, Evas_Object *parent)
elm_box_pack_end(box2, layout_padding3); elm_box_pack_end(box2, layout_padding3);
Evas_Object *label_view_size = label_create(layout_padding3, Evas_Object *label_view_size = label_create(layout_padding3,
_("Fixed Live View Size")); _("Live View Size"));
elm_object_part_content_set(layout_padding3, "elm.swallow.content", elm_object_part_content_set(layout_padding3, "elm.swallow.content",
label_view_size); label_view_size);