mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_ERROR_CONFIRM_SIGINT
This commit is contained in:
parent
2605cfa227
commit
1d4b9173fc
10 changed files with 1 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue