mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_CONTEXT_NEED_RC
This commit is contained in:
parent
8ca8f9eb10
commit
8f211c1a07
10 changed files with 1 additions and 10 deletions
|
@ -1091,7 +1091,7 @@ void Context::createDefaultConfig ()
|
|||
{
|
||||
if (config.getBoolean ("confirmation") &&
|
||||
! confirm (format (STRING_CONTEXT_CREATE_RC, home_dir, rc_file._data)))
|
||||
throw std::string (STRING_CONTEXT_NEED_RC);
|
||||
throw std::string ("Cannot proceed without rc file.");
|
||||
|
||||
// Override data.location in the defaults.
|
||||
auto loc = configurationDefaults.find ("data.location=~/.task");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue