Spelling fix
This commit is contained in:
parent
6d63c69572
commit
07073f4034
@ -92,7 +92,7 @@ function getformattedLocalTime(area)
|
||||
text = string.gsub(text, "Wednesday", "Mittwoch")
|
||||
text = string.gsub(text, "Thursday", "Donnerstag")
|
||||
text = string.gsub(text, "Friday", "Freitag")
|
||||
text = string.gsub(text, "Saturday", "Samsstag")
|
||||
text = string.gsub(text, "Saturday", "Samstag")
|
||||
text = string.gsub(text, "Sunday", "Sonntag")
|
||||
|
||||
-- Months
|
||||
|
Reference in New Issue
Block a user