From 216d59ece3d9ce6a6cdf6ed0ecff191c7d258770 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 12 Feb 2024 10:59:14 +0600 Subject: [PATCH] Added new line symbol --- 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 50562b6..bf79203 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -49,4 +49,4 @@ #define STATUS_LABEL _("Status") #define SWITCH_OFF_ERROR_LABEL _("Service were not stopped") -#define STOP_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to stop "),target,"? ",_("The stop will be forced.\nThe system may become unstable."),NULL) \ No newline at end of file +#define STOP_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to stop "),target,"?\n",_("The stop will be forced.\nThe system may become unstable."),NULL) \ No newline at end of file