Main theme fixes; Settings menu item rename

pull/80/head
parent 087d1337fd
commit e61af7f7c5

@ -56,7 +56,7 @@ msgid "Understood"
msgstr "" msgstr ""
#: source/ubl-strings.h:12 #: source/ubl-strings.h:12
msgid "Settings" msgid "Manager settings"
msgstr "" msgstr ""
#: source/ubl-strings.h:13 #: source/ubl-strings.h:13

@ -58,8 +58,8 @@ msgid "Understood"
msgstr "Понятно" msgstr "Понятно"
#: source/ubl-strings.h:12 #: source/ubl-strings.h:12
msgid "Settings" msgid "Manager settings"
msgstr "Настройки" msgstr "Настройки диспетчера"
#: source/ubl-strings.h:13 #: source/ubl-strings.h:13
msgid "Apply" msgid "Apply"

@ -127,7 +127,7 @@ main_section *yon_main_section_new(){
g_object_set_data(G_OBJECT(cur_section->expander),"main_section",cur_section); g_object_set_data(G_OBJECT(cur_section->expander),"main_section",cur_section);
int doubleclick=0; int doubleclick=0;
if (!yon_window_config_get_parameter(settings_section,double_click_parameter,&doubleclick,YON_TYPE_BOOLEAN)){ if (!yon_window_config_get_parameter(settings_section,double_click_parameter,&doubleclick,YON_TYPE_BOOLEAN)){
gtk_flow_box_set_activate_on_single_click(GTK_FLOW_BOX(cur_section->AppsList),1); gtk_flow_box_set_activate_on_single_click(GTK_FLOW_BOX(cur_section->AppsList),0);
} else { } else {
gtk_flow_box_set_activate_on_single_click(GTK_FLOW_BOX(cur_section->AppsList),!doubleclick); gtk_flow_box_set_activate_on_single_click(GTK_FLOW_BOX(cur_section->AppsList),!doubleclick);
} }

@ -1,15 +1,15 @@
#define TITLE_LABEL _("Settings manager for the system") #define TITLE_LABEL _("Settings manager for the system")
#define TITLE_INFO_LABEL _("About UBLinux Settings Manager") #define TITLE_INFO_LABEL _("About Settings manager for the system")
#define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-manager") #define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-manager")
#define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for UBLinux") #define ABOUT_PROJECT_COMMENTS_LABEL _("Settings manager for the system")
#define BACK_TO_SETTINGS_LABEL _("Back to settings") #define BACK_TO_SETTINGS_LABEL _("Back to settings")
#define CONFIG_LOAD_ERROR _("Config loading failed!\n") #define CONFIG_LOAD_ERROR _("Config loading failed!\n")
#define DOUBLE_CLICK_SELECTION_LABEL _("Double click selection") #define DOUBLE_CLICK_SELECTION_LABEL _("Double click selection")
#define SECTIONS_MANAGEMENT_LABEL _("Sections management") #define SECTIONS_MANAGEMENT_LABEL _("Sections management")
#define UNDERSTOOD_LABEL _("Understood") #define UNDERSTOOD_LABEL _("Understood")
#define SETTINGS_LABEL _("Settings") #define SETTINGS_LABEL _("Manager settings")
#define APPLY_LABEL _("Apply") #define APPLY_LABEL _("Apply")
#define CLOSE_LABEL _("Close") #define CLOSE_LABEL _("Close")
#define CANCEL_LABEL _("Cancel") #define CANCEL_LABEL _("Cancel")

@ -13,7 +13,7 @@
<object class="GtkMenuItem" id="MainMenuItemSettings"> <object class="GtkMenuItem" id="MainMenuItemSettings">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Settings</property> <property name="label" translatable="yes">Manager settings</property>
<property name="use-underline">True</property> <property name="use-underline">True</property>
<style> <style>
<class name="menuitemtop"/> <class name="menuitemtop"/>

Loading…
Cancel
Save