mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fixed problems with double word strings where single word strings are required.
This commit is contained in:
parent
af7803ea27
commit
4c65fa1291
2 changed files with 10 additions and 10 deletions
|
@ -29,15 +29,15 @@
|
|||
|
||||
# 2xx Commands - must be sequential
|
||||
200 aktivt #active
|
||||
201 lägg till #add
|
||||
201 tillägg #add
|
||||
202 bifoga #append
|
||||
203 kommentera #annotate
|
||||
204 kalender #calendar
|
||||
205 färger #colors
|
||||
206 avslutad #completed
|
||||
207 ta bort #delete
|
||||
207 stryk #delete
|
||||
208 färdig #done
|
||||
209 dubblett #duplicate
|
||||
209 kopiera #duplicate
|
||||
210 redigera #edit
|
||||
211 exportera #export
|
||||
212 hjälp #help
|
||||
|
@ -54,7 +54,7 @@
|
|||
223 sammanfattning #summary
|
||||
224 taggar #tags
|
||||
225 tidsrapport #timesheet
|
||||
226 ångra borttagning #undelete
|
||||
226 ångra_borttagning #undelete
|
||||
227 ångra #undo
|
||||
228 version #version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue