l10n: Eliminated STRING_CMD_COMTAGS_USAGE

This commit is contained in:
Paul Beckingham 2018-01-21 13:01:39 -05:00
parent 02b4d8e821
commit 541e6a1de8
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;