From f6e65f45d024442c21930ff5542eba4a0fb99fcc Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 5 Jun 2025 05:12:11 +0000 Subject: [PATCH] Dialog windows changes --- source/ubl-strings.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 131f94d..f600945 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -65,12 +65,12 @@ #define ERROR_LABEL _("Error has occured") #define SWITCH_OFF_ERROR_LABEL _("Service were not stopped") -#define SERVICE_STOP_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to stop unit"),"\n\n ",target,"?\n\n",_("The system may become unstable."),NULL) -#define SERVICE_START_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to start unit"),"\n\n ",target,"?",NULL) -#define REEXEC_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to restart unit"),"\n\n ",target,"?\n\n",_("The system may become unstable."),NULL) -#define RELOAD_SERVICE_WARMING_LABEL(target) yon_char_unite(_("Are you sure want to reload unit"),"\n\n ",target,"?\n\n",_("The system may become unstable."),NULL) -#define SERVICE_ENABLE_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to enable unit"),"\n\n ",target,"",NULL) -#define SERVICE_DISABLE_WARNING_LABEL(target) yon_char_unite(_("Are you sure want to disable unit"),"\n\n ",target,"?\n\n",_("The system may become unstable."),NULL) +#define SERVICE_STOP_WARNING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to stop unit"),"?\n\n",_("The system may become unstable."),NULL) +#define SERVICE_START_WARNING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to start unit"),"?\n\n",NULL) +#define REEXEC_SERVICE_WARMING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to restart unit"),"?\n\n",_("The system may become unstable."),NULL) +#define RELOAD_SERVICE_WARMING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to reload unit"),"?\n\n",_("The system may become unstable."),NULL) +#define SERVICE_ENABLE_WARNING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to enable unit"),"?\n\n",NULL) +#define SERVICE_DISABLE_WARNING_LABEL(target) yon_char_unite("",target,"\n\n",_("Are you sure want to disable unit"),"?\n\n",_("The system may become unstable."),NULL) #define RELOAD_SYSTEM_SETTINGS_WARNING_LABEL yon_char_unite(_("Are you sure want to reload system units settings?"),"\n\n",_("The system may become unstable."),NULL) #define RELOAD_USER_SETTINGS_WARNING_LABEL yon_char_unite(_("Are you sure want to reload user units settings?"),"\n\n",_("The system may become unstable."),NULL) #define SESSION_ACTIVATE_TOOLTIP_LABEL(target) yon_char_unite(_("Are you sure you want to switch on session")," ID-",target,"?",NULL)