diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index 1e9d454d9..7f71b4675 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -612,7 +612,6 @@ #define STRING_INVALID_MOD "Die '{1}'-Eigenschaft erlaubt keinen Wert '{2}'." #define STRING_ERROR_DETAILS "Die Option 'calendar.details.report' muss einen einzelnen Report-Namen enthalten." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 38272f48b..f5e3e61d1 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -609,7 +609,6 @@ #define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'." #define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 38cdbd535..70fa7e013 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -612,7 +612,6 @@ #define STRING_INVALID_MOD "Atributo '{1}' ne permesas valoron '{2}'." #define STRING_ERROR_DETAILS "Agordo 'calendar.details.report' devas enhavi sole unu raportnomon." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 782ca7fe4..c340c1c3f 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -624,7 +624,6 @@ #define STRING_INVALID_MOD "El atributo '{1}' no admite un valor '{2}'." #define STRING_ERROR_DETAILS "El ajuste 'calendar.details.report' debe contener un único nombre de informe." #define STRING_ERROR_NO_FILTER "Los filtros de línea de comando no están soportados por este comando." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "El estatus '{1}' no es válido." // Feedback diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 21becccb3..1c4e1169c 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -614,7 +614,6 @@ #define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'." #define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 6b723cb03..ab50c8317 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -613,7 +613,6 @@ #define STRING_INVALID_MOD "L'attributo '{1}' non ammette un valore pari a '{2}'." #define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 6a022425e..7f5062b8b 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -614,7 +614,6 @@ #define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'." #define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index 921a5b821..84fe51551 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -614,7 +614,6 @@ #define STRING_INVALID_MOD "Atrybut '{1}' nie zezwala na wartość '{2}'." #define STRING_ERROR_DETAILS "Zmienna 'calendar.details.report' musi zawierać nazwę raportu." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 25648e3dd..ad38a44cc 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -614,7 +614,6 @@ #define STRING_INVALID_MOD "O atributo '{1}' não permite o valor '{2}'." #define STRING_ERROR_DETAILS "A definição 'calendar.details.report' pode apenas indicar um nome de relatório." #define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command." -#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made." #define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid." // Feedback diff --git a/src/util.cpp b/src/util.cpp index e83cef1a2..a5ff2e19f 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -67,7 +67,7 @@ static void signal_handler (int s) { if (s == SIGINT) { - std::cout << "\n\n" << STRING_ERROR_CONFIRM_SIGINT << '\n'; + std::cout << "\n\nInterrupted: No changes made.\n"; exit (1); } }