mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Review: Fixed grammar
This commit is contained in:
parent
cd9a04bd6e
commit
01f8158405
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ static const std::string banner (
|
|||
static const std::string menu ()
|
||||
{
|
||||
Color text ("color15 on gray6");
|
||||
return text.colorize (" (Enter) Mark as reviewed, (s)kip, (e)dit, (m)odify, (c)ompleted, (d)eleted, (q)uit ") + " ";
|
||||
return text.colorize (" (Enter) Mark as reviewed, (s)kip, (e)dit, (m)odify, (c)omplete, (d)elete, (q)uit ") + " ";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue