From 33e979c837fd5de00da6f050de1bc404a69f68c2 Mon Sep 17 00:00:00 2001 From: saman bb Date: Wed, 22 May 2013 00:43:30 -0400 Subject: [PATCH] use 'multilingual names' instead of 'translate' --- data/core.yaml | 4 ++-- dist/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 6ad38943d..c8ac6352d 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -128,8 +128,8 @@ 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." view_on_osm: "View on OSM" translate: - translate: Translate - localized_translation_label: Translation + translate: Multilingual names + localized_translation_label: Multilingual name localized_translation_language: Choose language localized_translation_name: Name zoom_in_edit: zoom in to edit the map diff --git a/dist/locales/en.json b/dist/locales/en.json index e00242851..e66b8eaba 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -162,8 +162,8 @@ "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.", "view_on_osm": "View on OSM", "translate": { - "translate": "Translate", - "localized_translation_label": "Translation", + "translate": "Multilingual names", + "localized_translation_label": "Multilingual name", "localized_translation_language": "Choose language", "localized_translation_name": "Name" },