From: Ævar Arnfjörð Bjarmason Date: Fri, 4 Dec 2009 12:25:46 +0000 (+0000) Subject: Silly YAML and its subtly different parsers. This worked in Syck/LibYAML in Perl... X-Git-Tag: live~6427 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ebbead9701d91ba5499b816aab2614bdf53fa8e3 Silly YAML and its subtly different parsers. This worked in Syck/LibYAML in Perl but not Syck on Ruby, bah! --- diff --git a/config/potlatch/locales/en.yml b/config/potlatch/locales/en.yml index 90115c49f..4e6bdfc3b 100644 --- a/config/potlatch/locales/en.yml +++ b/config/potlatch/locales/en.yml @@ -110,7 +110,7 @@ en: microblog_name_identica: Identi.ca more: More newchangeset: "\nPlease try again: Potlatch will start a new changeset." - no: No + "no": "No" nobackground: No background norelations: No relations in current area offset_broadcanal: Broad canal towpath @@ -218,4 +218,4 @@ en: uploading_way_name: Uploading way $1, $2 warning: Warning! way: Way - yes: Yes + "yes": "Yes"