l10n: Eliminated STRING_CMD_COMTAGS_USAGE

This commit is contained in:
Paul Beckingham
2018-01-21 13:01:39 -05:00
parent 0339feecda
commit 5dd5de0d76
10 changed files with 1 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ CmdCompletionTags::CmdCompletionTags ()
{
_keyword = "_tags";
_usage = "task <filter> _tags";
_description = STRING_CMD_COMTAGS_USAGE;
_description = "Shows only a list of all tags used, for autocompletion purposes";
_read_only = true;
_displays_id = false;
_needs_gc = true;