diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index d6a899b..343bdb8 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -881,9 +881,9 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){ yon_debug_output("Save changed to: %s\n",yon_char_from_int(main_config.save_done)); yon_debug_output("Install state: %s\n",yon_char_from_int(main_config.install_complete)); - if (main_config.install_complete) + if (main_config.install_complete){ gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_COMPLETION); - else { + } else { gtk_widget_set_sensitive(widgets->CancelInstallButton,0); gtk_widget_set_sensitive(widgets->NextButton,0); gtk_widget_set_sensitive(widgets->BackButton,0); diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 0340039..1f272cd 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -133,5 +133,6 @@ #define INSTALLATION_OPTIONS_LABEL _("Installation options") +#define CONFIGURATION_MODE_LABEL _("Configuration mode") #define ERROR_HEAD_LABEL _("Error") #define ERROR_LABEL _("Error has occured while installation process") diff --git a/ubinstall-gtk.pot b/ubinstall-gtk.pot index 91c93a2..ef919bb 100644 --- a/ubinstall-gtk.pot +++ b/ubinstall-gtk.pot @@ -482,6 +482,10 @@ msgstr "" msgid "Error has occured while installation process" msgstr "" +#: source/ubl-strings.h:136 +msgid "Configuration mode" +msgstr "" + msgid "Afrikaans" msgstr "" diff --git a/ubinstall-gtk_ru.po b/ubinstall-gtk_ru.po index 5480eb1..d3fbdff 100644 --- a/ubinstall-gtk_ru.po +++ b/ubinstall-gtk_ru.po @@ -504,6 +504,10 @@ msgstr "Ошибка" msgid "Error has occured while installation process" msgstr "Во время процесса установки произошла ошибка" +#: source/ubl-strings.h:136 +msgid "Configuration mode" +msgstr "Режим конфигурации" + msgid "Afrikaans" msgstr "Африканский"