diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c
index 51f324d..7bec818 100644
--- a/source/ubinstall-gtk.c
+++ b/source/ubinstall-gtk.c
@@ -1394,7 +1394,7 @@ main_window *yon_main_window_complete(){
widgets->PartitionsList = GTK_LIST_STORE(gtk_builder_get_object(builder,"PartitionsList"));
g_signal_connect(G_OBJECT(widgets->ReadFullLogButton),"clicked",G_CALLBACK(on_summary_log_view),widgets);
- g_signal_connect(G_OBJECT(widgets->ReadShortLogButton),"clicked",G_CALLBACK(on_process_log_view),widgets);
+ g_signal_connect(G_OBJECT(widgets->ReadShortLogButton),"clicked",G_CALLBACK(on_summary_log_view),widgets);
g_signal_connect(G_OBJECT(widgets->GpartedCommonButton),"clicked",G_CALLBACK(on_gparted_open),NULL);
g_signal_connect(G_OBJECT(widgets->GpartedSameButton),"clicked",G_CALLBACK(on_gparted_open),NULL);
diff --git a/source/ubl-strings.h b/source/ubl-strings.h
index acf0d95..c53c39f 100644
--- a/source/ubl-strings.h
+++ b/source/ubl-strings.h
@@ -70,7 +70,7 @@
#define ADVANCED_INSTALLATION_HEAD_LABEL _("Advanced installation mode")
#define ADVANCED_INSTALLATION_LABEL _("Installing OS files, user data on different partitions, creating RAID, etc.")
-#define ADVANCED_INSTALLATION_ATTENTION_LABEL _("Attention! The selected OC UBLinux components will be installed\nseparately into the selected partition.")
+#define ADVANCED_INSTALLATION_ATTENTION_LABEL _("Attention! The selected OS UBLinux components will be installed\nseparately into the selected partition.")
#define GRUB_INSTALL_HEAD_LABEL _("GRUB install")
#define GRUB_INSTALL_LABEL _("Install the GRUB bootloader")
#define GRUB_UPDATE_HEAD_LABEL _("GRUB update")
@@ -137,4 +137,4 @@
#define ERROR_HEAD_LABEL _("Error")
#define ERROR_LABEL _("Error has occured while installation process")
-#define LOG_VIEW_LABEL _("Log exploration")
\ No newline at end of file
+#define LOG_VIEW_LABEL _("Log exploration")
diff --git a/ubinstall-gtk.glade b/ubinstall-gtk.glade
index e70d5dd..1512090 100644
--- a/ubinstall-gtk.glade
+++ b/ubinstall-gtk.glade
@@ -479,7 +479,6 @@ agreement
5
5
left
- False