Changed 'Skip installation' button label

pull/155/head
parent a604ec7821
commit 10401a78b2

@ -1170,7 +1170,7 @@ msgid "Source"
msgstr "" msgstr ""
#: source/ubl-strings.h:331 #: source/ubl-strings.h:331
msgid "Skip installation" msgid "Skip configuration"
msgstr "" msgstr ""
#: source/ubl-strings.h:331 #: source/ubl-strings.h:331

@ -1209,8 +1209,8 @@ msgid "Source"
msgstr "Источник" msgstr "Источник"
#: source/ubl-strings.h:331 #: source/ubl-strings.h:331
msgid "Skip installation" msgid "Skip configuration"
msgstr "Пропустить установку" msgstr "Пропустить настройку"
msgid "" msgid ""
"<b>Attention!</b> The system will be installed in the selected partition. " "<b>Attention!</b> The system will be installed in the selected partition. "

@ -341,4 +341,4 @@ NULL)
// #define _LABEL _("Recovery section") // #define _LABEL _("Recovery section")
// #define _LABEL _("Start installation scenario") // #define _LABEL _("Start installation scenario")
// #define _LABEL _("Source") // #define _LABEL _("Source")
// #define _LABEL _("Skip installation") // #define _LABEL _("Skip configuration")

@ -10674,7 +10674,7 @@ separately into the selected partition.</property>
</child> </child>
<child> <child>
<object class="GtkButton" id="SkipInstallationButton"> <object class="GtkButton" id="SkipInstallationButton">
<property name="label" translatable="yes">Skip installation</property> <property name="label" translatable="yes">Skip configuration</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
<property name="image">image28</property> <property name="image">image28</property>

Loading…
Cancel
Save