From 2f66d79856eff2c452f5b9e20429623e0bd76843 Mon Sep 17 00:00:00 2001 From: Olexandr Nesterenko Date: Fri, 29 Aug 2014 09:24:19 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20=C2=ABthe=20compass=20points=20...=C2=BB?= =?UTF-8?q?=20localization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/localization.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/script/localization.js b/script/localization.js index 4310d23..989a93d 100644 --- a/script/localization.js +++ b/script/localization.js @@ -52,14 +52,14 @@ _('not enough cloth'), _('not enough teeth'), _('not enough leather'), - _('the compass points east.'), - _('the compass points west.'), - _('the compass points north.'), - _('the compass points south.'), - _('the compass points northeast.'), - _('the compass points northwest.'), - _('the compass points southeast.'), - _('the compass points southwest.') + _('the compass points east'), + _('the compass points west'), + _('the compass points north'), + _('the compass points south'), + _('the compass points northeast'), + _('the compass points northwest'), + _('the compass points southeast'), + _('the compass points southwest') ]; delete keywords;