diff --git a/po/en.po b/po/en.po index b93192d..1f3ea07 100644 --- a/po/en.po +++ b/po/en.po @@ -107,10 +107,6 @@ msgstr "" msgid "Double click the part to confirm." msgstr "" -#: src/bin/live_edit.c:995 -msgid "Select a part to add in Live View." -msgstr "" - #: src/bin/live_edit.c:1070 msgid "Faild to allocate Memory!" msgstr "" @@ -308,7 +304,7 @@ msgid "Live View Scale" msgstr "" #: src/bin/setting.c:324 -msgid "Fixed Live View Size" +msgid "Live View Size" msgstr "" #: src/bin/setting.c:385 diff --git a/po/enventor.pot b/po/enventor.pot index 9b8ac94..19f8502 100644 --- a/po/enventor.pot +++ b/po/enventor.pot @@ -318,7 +318,7 @@ msgid "Live View Scale" msgstr "" #: src/bin/setting.c:324 -msgid "Fixed Live View Size" +msgid "Live View Size" msgstr "" #: src/bin/setting.c:385 diff --git a/po/ru.po b/po/ru.po index b910342..f5f7f10 100644 --- a/po/ru.po +++ b/po/ru.po @@ -107,10 +107,6 @@ msgstr "Ошибка перехвата нажатия - Escape" msgid "Double click the part to confirm." msgstr "Сделайте двойной клик мыши по примитиву для вставки." -#: src/bin/live_edit.c:995 -msgid "Select a part to add in Live View." -msgstr "Выбирете тип примитива, который будет добавлен." - #: src/bin/live_edit.c:1070 msgid "Faild to allocate Memory!" msgstr "Ошибка выделения памяти!" @@ -310,8 +306,8 @@ msgid "Live View Scale" msgstr "Масштаб Live View" #: src/bin/setting.c:324 -msgid "Fixed Live View Size" -msgstr "Фиксированный размер Live View" +msgid "Live View Size" +msgstr "размер Live View" #: src/bin/setting.c:385 msgid "Part Highlighting" diff --git a/src/bin/setting.c b/src/bin/setting.c index 1bb9dae..f3d5e2e 100644 --- a/src/bin/setting.c +++ b/src/bin/setting.c @@ -324,7 +324,7 @@ general_layout_create(setting_data *sd, Evas_Object *parent) elm_box_pack_end(box2, 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", label_view_size);