l10n: Eliminated STRING_ERROR_CONFIRM_SIGINT

This commit is contained in:
Paul Beckingham 2018-01-15 13:39:48 -05:00
parent 2605cfa227
commit 1d4b9173fc
10 changed files with 1 additions and 10 deletions

View file

@ -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);
}
}