diff --git a/source/ubl-settings-video-strings.h b/source/ubl-settings-video-strings.h
index b43592a..0b8ac84 100644
--- a/source/ubl-settings-video-strings.h
+++ b/source/ubl-settings-video-strings.h
@@ -3,6 +3,7 @@
#define PARAMETER_DEFAULT_LABEL _("Default settings")
#define MONITOR_LABEL _("Monitor ")
#define SETTINGS_VIDEO_TITLE_LABEL _("Video adapter and display settings")
+#define SETTINGS_VIDEO_TITLE_INFO_LABEL _("Video output settings and videocard drivers insallation")
#define MONITOR_PORT_LABEL _("Port: ")
#define MONITOR_RESOLUTION_LABEL _("Resolution (px): ")
#define MONITOR_FREQUENCY_LABEL _("Frequency (Hz): ")
diff --git a/source/ubl-settings-video.c b/source/ubl-settings-video.c
index 65c9171..e2644a7 100644
--- a/source/ubl-settings-video.c
+++ b/source/ubl-settings-video.c
@@ -1536,6 +1536,7 @@ void yon_setup_widgets(widgets_dict *widgets)
widgets->appsPackBox = yon_gtk_builder_get_widget(widgets->builder, "appsPackBox");
widgets->MainWindow = yon_gtk_builder_get_widget(widgets->builder, "MainWindow");
widgets->headBox = yon_gtk_builder_get_widget(widgets->builder, "headBox");
+ widgets->headTitleLabel = yon_gtk_builder_get_widget(widgets->builder, "headTitleLabel");
widgets->headInfoLabel = yon_gtk_builder_get_widget(widgets->builder, "headInfoLabel");
widgets->mainPlugBox = yon_gtk_builder_get_widget(widgets->builder, "mainPlugBox");
widgets->mainErrorBox = yon_gtk_builder_get_widget(widgets->builder, "mainErrorBox");
@@ -1685,7 +1686,8 @@ void yon_setup_widgets(widgets_dict *widgets)
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(widgets->mainExtraFixGapCombo), GAP_FIX_1_LABEL);
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(widgets->mainExtraFixGapCombo), GAP_FIX_2_LABEL);
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->mainExtraFixGapCombo),0);
- gtk_label_set_text(GTK_LABEL(widgets->headInfoLabel), SETTINGS_VIDEO_TITLE_LABEL);
+ gtk_label_set_text(GTK_LABEL(widgets->headTitleLabel), SETTINGS_VIDEO_TITLE_LABEL);
+ gtk_label_set_text(GTK_LABEL(widgets->headInfoLabel), SETTINGS_VIDEO_TITLE_INFO_LABEL);
gtk_label_set_text(GTK_LABEL(widgets->mainDriverFailsafeNvidiaLabel), FAILSAFE_NVIDIA_LABEL);
gtk_label_set_text(GTK_LABEL(widgets->mainDriverFailsafeAMDLabel), FAILSAFE_ATI_LABEL);
gtk_label_set_text(GTK_LABEL(widgets->mainDriverFrameLabel), DRIVER_LABEL);
diff --git a/source/ubl-settings-video.h b/source/ubl-settings-video.h
index 19d458f..1b6a679 100644
--- a/source/ubl-settings-video.h
+++ b/source/ubl-settings-video.h
@@ -180,6 +180,7 @@ typedef struct
GtkWidget *extraPrimusunChooseAppsButton;
GtkWidget *MainWindow;
GtkWidget *headBox;
+ GtkWidget *headTitleLabel;
GtkWidget *headInfoLabel;
GtkWidget *mainPlugBox;
GtkWidget *mainErrorBox;
diff --git a/ubl-settings-video.glade b/ubl-settings-video.glade
index 450bc79..66c9a44 100644
--- a/ubl-settings-video.glade
+++ b/ubl-settings-video.glade
@@ -619,21 +619,57 @@ translated and supported by community.
False
vertical
-