Removed typo that lead to alt date display containing a percentage sign

Andreas 2018-02-05 12:51:28 +01:00
parent 46e953e3bd
commit 2b6b02e47b
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ time = %H:%M
; if `date-alt` or `time-alt` is defined, clicking ; if `date-alt` or `time-alt` is defined, clicking
; the module will toggle between formats ; the module will toggle between formats
date-alt = %A%, %d %B %Y date-alt = %A, %d %B %Y
time-alt = %H:%M:%S time-alt = %H:%M:%S
~~~ ~~~