From ebbead9701d91ba5499b816aab2614bdf53fa8e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 4 Dec 2009 12:25:46 +0000 Subject: [PATCH] Silly YAML and its subtly different parsers. This worked in Syck/LibYAML in Perl but not Syck on Ruby, bah! --- config/potlatch/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.2