From e413238bba85de0aca697c18c19c53fcaa1e11ac Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:45:13 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 674f2b7..1afc4ab 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -3,7 +3,7 @@ #define TITLE_LABEL _("System update") #define TITLE_INFO_LABEL _("System update settings management") - #define NOTHING_CHOSEN_LABEL _("Nothing were chosen") + // #define NOTHING_CHOSEN_LABEL _("Nothing were chosen") #define EMPTY_IMPORTANT_LABEL _("Empty important field!") #define ADD_REPO_LABEL _("Add repository") #define EDIT_REPO_LABEL _("Edit repository")