From 07073f40344d511e1dc961e1cbe18212386995e7 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 9 Jul 2015 01:01:55 +0200 Subject: [PATCH] Spelling fix --- plugins/time.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/time.lua b/plugins/time.lua index efb1dee..4972c5f 100644 --- a/plugins/time.lua +++ b/plugins/time.lua @@ -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