mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CONTEXT_RC_OVERRIDE
This commit is contained in:
parent
8f211c1a07
commit
06f7802a29
10 changed files with 1 additions and 10 deletions
|
@ -450,7 +450,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
if (override)
|
||||
{
|
||||
rc_file = File (override);
|
||||
header (format (STRING_CONTEXT_RC_OVERRIDE, rc_file._data));
|
||||
header (format ("TASKRC override: {1}", rc_file._data));
|
||||
}
|
||||
|
||||
// Artificial scope for timing purposes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue