From a162a92adcf252e3c033f399d70283f8c04f30ed Mon Sep 17 00:00:00 2001 From: richlv Date: Mon, 11 Feb 2013 00:19:43 +0200 Subject: [PATCH] Update locale/en.js - as this apparently uses american english, change "Cancelled" -> "Canceled" - remove extra space (yay) --- locale/en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en.js b/locale/en.js index 1e45312de..efd3c1d90 100644 --- a/locale/en.js +++ b/locale/en.js @@ -51,7 +51,7 @@ locale.en = { } }, cancel_draw: { - annotation: "Cancelled drawing." + annotation: "Canceled drawing." }, change_tags: { annotation: "Changed tags." @@ -158,7 +158,7 @@ locale.en = { browser_notice: "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.", inspector: { - no_documentation_combination: "There is no documentation available for this tag combination", + no_documentation_combination: "There is no documentation available for this tag combination", no_documentation_key: "There is no documentation available for this key", new_tag: "New Tag" },