From: Ævar Arnfjörð Bjarmason Date: Tue, 14 Jul 2009 00:46:39 +0000 (+0000) Subject: use the same text for informing the user that tags are delimited by X-Git-Tag: live~6861 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/78fd993da73ee3d277ad23597d114dd0d4568071 use the same text for informing the user that tags are delimited by commas in both the upload & edit form --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 59e723cd1..eda020acc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -704,7 +704,7 @@ en: upload_gpx: "Upload GPX File" description: "Description" tags: "Tags" - tags_help: "use commas" + tags_help: "comma delimited" public: "Public?" public_help: "what does this mean?" public_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"