From c79a0f6ded7a2ed5b928809590974e0d313cc6f4 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 14 Jul 2025 14:52:57 +0600 Subject: [PATCH] Localisation fixes --- libublsettingsui-gtk3.pot | 2 +- libublsettingsui-gtk3_ru.po | 4 ++-- source/libublsettingsui-gtk3.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libublsettingsui-gtk3.pot b/libublsettingsui-gtk3.pot index 5aabfd7..d0bb2b3 100644 --- a/libublsettingsui-gtk3.pot +++ b/libublsettingsui-gtk3.pot @@ -378,7 +378,7 @@ msgid "service is inactive" msgstr "" #: source/libublsettingsui-gtk3.h:492 -msgid "The changes were not saved to either the local or global configuration file. Quit without saving?" +msgid "The changes were not saved to either the local or global configuration file.\nQuit without saving?" msgstr "" #: source/libublsettingsui-gtk3.h:492 diff --git a/libublsettingsui-gtk3_ru.po b/libublsettingsui-gtk3_ru.po index 865fc18..934b5e6 100644 --- a/libublsettingsui-gtk3_ru.po +++ b/libublsettingsui-gtk3_ru.po @@ -385,8 +385,8 @@ msgid "service is inactive" msgstr "служба неактивна" #: source/libublsettingsui-gtk3.h:492 -msgid "The changes were not saved to either the local or global configuration file. Quit without saving?" -msgstr "Изменения не сохранены ни в локальный, ни в глобальный конфигурационный файл. Выйти без сохранения?" +msgid "The changes were not saved to either the local or global configuration file.\nQuit without saving?" +msgstr "Изменения не сохранены ни в локальный, ни в глобальный конфигурационный файл.\nВыйти без сохранения?" #: source/libublsettingsui-gtk3.h:492 msgid "Exit" diff --git a/source/libublsettingsui-gtk3.h b/source/libublsettingsui-gtk3.h index e65e53e..02b7638 100644 --- a/source/libublsettingsui-gtk3.h +++ b/source/libublsettingsui-gtk3.h @@ -575,6 +575,6 @@ yon_app_chooser_window *yon_app_chooser_window_new(int multiple_choise); #define _SERVICE_ACTIVE_STATUS_LABEL(target) yon_char_unite("\"",target,"\" ", yon_char_get_localised_from_lib(_("service is active")),NULL) #define _SERVICE_INACTIVE_STATUS_LABEL(target) yon_char_unite("\"",target,"\" ",yon_char_get_localised_from_lib(_("service is inactive")),NULL) - #define UNSAVED_LABEL yon_char_get_localised_from_lib("The changes were not saved to either the local or global configuration file. Quit without saving?") + #define UNSAVED_LABEL yon_char_get_localised_from_lib("The changes were not saved to either the local or global configuration file.\nQuit without saving?") #define EXIT_LABEL yon_char_get_localised_from_lib("Exit") #endif \ No newline at end of file