Spelling fix
This commit is contained in:
parent
a9ae12d39a
commit
f040db894c
@ -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
|
||||
|
@ -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