diff --git a/locale/ubinstall-gtk.pot b/locale/ubinstall-gtk.pot index 02b2f0c..147cc43 100644 --- a/locale/ubinstall-gtk.pot +++ b/locale/ubinstall-gtk.pot @@ -41,7 +41,7 @@ msgid "Dry run; Installation will not start" msgstr "" #: source/ubl-strings.h:11 -msgid "Set ini file for configuration mode" +msgid "Automatically run installation according to script" msgstr "" #: source/ubl-strings.h:14 source/ubl-strings.h:253 diff --git a/locale/ubinstall-gtk_ru.po b/locale/ubinstall-gtk_ru.po index fed073e..2042adb 100644 --- a/locale/ubinstall-gtk_ru.po +++ b/locale/ubinstall-gtk_ru.po @@ -44,8 +44,8 @@ msgid "Dry run; Installation will not start" msgstr "Пробный запуск; установка не начинается." #: source/ubl-strings.h:11 -msgid "Set ini file for configuration mode" -msgstr "Выберите путь до файла конфигурации" +msgid "Automatically run installation according to script" +msgstr "Автоматически запустить установку по сценарию" #: source/ubl-strings.h:14 source/ubl-strings.h:253 msgid "Keyboard layout" diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 0bd55e2..81240a6 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -6,7 +6,7 @@ #define ADDITIONAL_ARGS yon_char_unite(\ " --dry-run ",_("Dry run; Installation will not start"),"\n",\ - " --file ", _("Set ini file for configuration mode"),\ + " --autoinstall ", _("Automatically run installation according to script"),\ NULL) #define KEYBOARD_TITLE_LABEL _("Keyboard layout")