From bd91ea1171ba8b22eb4ed43e6e4bf493a9b87a1d Mon Sep 17 00:00:00 2001 From: Joe MacMahon Date: Sun, 17 Jun 2012 13:30:29 +0100 Subject: [PATCH] Fixed an error where I accidentally translated a tag. --- strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.json b/strings.json index dec228b..ca664f1 100644 --- a/strings.json +++ b/strings.json @@ -212,7 +212,7 @@ }, "poll_created": { "english": "Poll '{name}' created ({description}). Cast thy votations!", - "spanish" : "Votación '{name}' creado ({descripción}). ¡Emited sus votas!" + "spanish" : "Votación '{name}' creado ({description}). ¡Emited sus votas!" }, "changed_vote": { "english": "{user} changed their vote in {poll} to '{vote}' ({count}).",