From 7882220903573a7a3c145a096a9df66322e8c81f Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 9 Aug 2024 16:49:53 +0600 Subject: [PATCH] fixed macro name --- 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 90b8067..42384a7 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -171,6 +171,6 @@ #define READ_PROGRESS_LOG_LABEL _("Read progress log") #define ACCEPT_LABEL _("Accept") -#define ACCEPT_LABEL _("Start GParted") +#define GPARTED_LABEL _("Start GParted") #define EXIT_WARNING_LABEL _("Are you sure want to exit and interrupt installation process?") \ No newline at end of file