From 58569cdd2c968c33932b8d830a957e315ed43d78 Mon Sep 17 00:00:00 2001 From: vanous Date: Tue, 28 Jan 2014 22:53:55 +0100 Subject: [PATCH] Misunderstood the first translation line. Fixed. --- app/locale/cs.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locale/cs.coffee b/app/locale/cs.coffee index e338e3199..debcb3afe 100644 --- a/app/locale/cs.coffee +++ b/app/locale/cs.coffee @@ -1,4 +1,4 @@ -module.exports = nativeDescription: "čeština", englishDescription: "Czech", translation: "Petr Vanek" +module.exports = nativeDescription: "čeština", englishDescription: "Czech", translation: common: loading: "Načítání..." saving: "Ukládání..."