Fixed an error where I accidentally translated a tag.

This commit is contained in:
Joe MacMahon 2012-06-17 13:30:29 +01:00
parent 7c93d43298
commit bd91ea1171

View File

@ -212,7 +212,7 @@
}, },
"poll_created": { "poll_created": {
"english": "Poll '{name}' created ({description}). Cast thy votations!", "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": { "changed_vote": {
"english": "{user} changed their vote in {poll} to '{vote}' ({count}).", "english": "{user} changed their vote in {poll} to '{vote}' ({count}).",