Spelling fix

This commit is contained in:
Akamaru 2015-07-09 13:03:58 +02:00
parent a9ae12d39a
commit f040db894c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ function run(msg, matches)
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

View File

@ -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