l10n: Eliminated STRING_CONTEXT_RC_OVERRIDE

This commit is contained in:
Paul Beckingham 2018-01-15 11:43:44 -05:00
parent 8f211c1a07
commit 06f7802a29
10 changed files with 1 additions and 10 deletions

View file

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