From 6cda03259f8c4ee025504b7fa625f99ec657572b Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:30:42 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 4d5b07e..84bf4c5 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -12,7 +12,7 @@ #define SETTINGS_LABEL _("Manager settings") #define APPLY_LABEL _("Apply") #define CLOSE_LABEL _("Close") -#define CANCEL_LABEL _("Cancel") +// #define CANCEL_LABEL _("Cancel") #define ABOUT__LABEL _("About...") #define DOCUMENTATION__LABEL _("Documentation") #define WINDOW_THEME_LABEL _("Window theme") @@ -21,7 +21,7 @@ #define THEME_ERROR_LABEL _("Failed to load theme") #define MAIN_THEME_LABEL _("Main theme") #define GNOME_THEME_LABEL _("GNOME theme") -#define DEFAULT_LABEL _("Default") +// #define DEFAULT_LABEL _("Default") #define SECTION_NAME_LABEL _("Section name") #define IDENTIFIER_LABEL _("Identifier") #define ADD_SECTION_TOOLTIP_LABEL _("Add section") -- 2.35.1