mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_HELP_ALIASED
This commit is contained in:
parent
ad24179ba3
commit
7a14df80a8
10 changed files with 1 additions and 10 deletions
|
@ -235,7 +235,7 @@ std::string CmdHelp::composeUsage () const
|
|||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, alias.first.substr (6));
|
||||
view.set (row, 2, format (STRING_CMD_HELP_ALIASED, alias.second));
|
||||
view.set (row, 2, format ("Aliased to '{1}'", alias.second));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue