mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_CONFIG_BAD_WRITE
This commit is contained in:
parent
2e9ea52a8d
commit
8ca8f9eb10
10 changed files with 1 additions and 10 deletions
|
@ -1125,7 +1125,7 @@ void Context::createDefaultConfig ()
|
|||
|
||||
// Write out the new file.
|
||||
if (! File::write (rc_file._data, contents.str ()))
|
||||
throw format (STRING_CONFIG_BAD_WRITE, rc_file._data);
|
||||
throw format ("Could not write to '{1}'.", rc_file._data);
|
||||
}
|
||||
|
||||
// Create data location, if necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue