From 9388b52905d039379b55e4256beae716f1c35e15 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 14 Jul 2023 11:49:06 +0600 Subject: [PATCH] Removed unused string --- source/ubl-strings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 17d9b66..f516e5f 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -4,7 +4,6 @@ #define TITLE_LABEL _("Repository manager") #define TITLE_INFO_LABEL _("Repository management and configuring") #define SUCCESS_LABEL _("Operation succeeded") -#define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked") #define ABOUT_LABEL _("About") #define DOCUMENTATION_LABEL _("Documentation")