diff --git a/locale/ubinstall-gtk.pot b/locale/ubinstall-gtk.pot index 826fc2d..2d5eb73 100644 --- a/locale/ubinstall-gtk.pot +++ b/locale/ubinstall-gtk.pot @@ -404,10 +404,6 @@ msgid "" "or continue working in the system Live environment." msgstr "" -#: source/ubl-strings.h:113 -msgid "Apply" -msgstr "" - #: source/ubl-strings.h:114 msgid "Success" msgstr "" @@ -598,7 +594,7 @@ msgid "Read progress log" msgstr "" #: source/ubl-strings.h:175 -msgid "Accept" +msgid "Ok" msgstr "" #: source/ubl-strings.h:176 diff --git a/locale/ubinstall-gtk_ru.po b/locale/ubinstall-gtk_ru.po index 230f158..19e0ab3 100644 --- a/locale/ubinstall-gtk_ru.po +++ b/locale/ubinstall-gtk_ru.po @@ -424,8 +424,8 @@ msgstr "" "или продолжить работу в среде Live системы." #: source/ubl-strings.h:113 -msgid "Apply" -msgstr "Применить" +msgid "Ok" +msgstr "Подтвердить" #: source/ubl-strings.h:114 msgid "Success" @@ -624,10 +624,6 @@ msgstr "Открыть лог установки" msgid "Read progress log" msgstr "Открыть лог прогресса" -#: source/ubl-strings.h:175 -msgid "Accept" -msgstr "Принять" - #: source/ubl-strings.h:176 msgid "Start GParted" msgstr "Запустить GParted" diff --git a/source/ubl-strings.h b/source/ubl-strings.h index c5b1f1c..40400ee 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -110,7 +110,6 @@ NULL) #define LANGUAGES_TITLE_LABEL _("Available languages in the system") #define LAYOUTS_TITLE_LABEL _("Keyboard layout language") -#define APPLY_LABEL _("Apply") #define SUCCESS_HEADER_LABEL _("Success") #define LAYOUT_LABEL _("Layout") #define DESIGNATION_LABEL _("Designation") @@ -172,7 +171,8 @@ NULL) #define READ_INSTALL_LOG_LABEL _("Read installation log") #define READ_PROGRESS_LOG_LABEL _("Read progress log") -#define ACCEPT_LABEL _("Accept") +#define APPLY_LABEL _("Ok") +#define ACCEPT_LABEL _("Ok") #define GPARTED_LABEL _("Start GParted") #define PROGRESS_LOG_LABEL _("Progress log")