l10n: Eliminated STRING_CONFIG_BAD_WRITE

This commit is contained in:
Paul Beckingham 2018-01-15 11:04:23 -05:00
parent 2e9ea52a8d
commit 8ca8f9eb10
10 changed files with 1 additions and 10 deletions

View file

@ -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.