mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_UDAS_*
This commit is contained in:
parent
5dd5de0d76
commit
5112479372
10 changed files with 2 additions and 20 deletions
|
@ -44,7 +44,7 @@ CmdUDAs::CmdUDAs ()
|
|||
{
|
||||
_keyword = "udas";
|
||||
_usage = "task udas";
|
||||
_description = STRING_CMD_UDAS_USAGE;
|
||||
_description = "Shows all the defined UDA details";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
@ -176,7 +176,7 @@ CmdCompletionUDAs::CmdCompletionUDAs ()
|
|||
{
|
||||
_keyword = "_udas";
|
||||
_usage = "task _udas";
|
||||
_description = STRING_CMD_UDAS_COMPL_USAGE;
|
||||
_description = "Shows the defined UDAs for completion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue