Main theme fixes; Settings menu item rename

pull/80/head
parent 087d1337fd
commit e61af7f7c5

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

@ -58,8 +58,8 @@ msgid "Understood"
msgstr "Понятно"
#: source/ubl-strings.h:12
msgid "Settings"
msgstr "Настройки"
msgid "Manager settings"
msgstr "Настройки диспетчера"
#: source/ubl-strings.h:13
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);
int doubleclick=0;
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 {
gtk_flow_box_set_activate_on_single_click(GTK_FLOW_BOX(cur_section->AppsList),!doubleclick);
}

@ -207,7 +207,7 @@ main_window *yon_main_window_setup(){
yon_window_config_load(path);
yon_ubl_settings_window_init(GTK_MENU(gtk_widget_get_parent(widgets->MainMenuItemAbout)));
struct yon_configuration_window_custom_parameter *parameter = malloc(sizeof(struct yon_configuration_window_custom_parameter));
parameter->custom_parameter_create_func = yon_config_chooser_new;
parameter->custom_parameter_save_value_func = yon_config_chooser_save;

@ -1,15 +1,15 @@
#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 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 CONFIG_LOAD_ERROR _("Config loading failed!\n")
#define DOUBLE_CLICK_SELECTION_LABEL _("Double click selection")
#define SECTIONS_MANAGEMENT_LABEL _("Sections management")
#define UNDERSTOOD_LABEL _("Understood")
#define SETTINGS_LABEL _("Settings")
#define SETTINGS_LABEL _("Manager settings")
#define APPLY_LABEL _("Apply")
#define CLOSE_LABEL _("Close")
#define CANCEL_LABEL _("Cancel")

@ -13,7 +13,7 @@
<object class="GtkMenuItem" id="MainMenuItemSettings">
<property name="visible">True</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>
<style>
<class name="menuitemtop"/>

Loading…
Cancel
Save