From 9fcea942e8728b0b6c681be44c43875eba7af916 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 2 Jun 2009 22:33:19 +0000 Subject: [PATCH] Fixed a YAML syntax error, please run something like this when editing YAML before commiting: perl -MYAML::Syck=LoadFile -E 'LoadFile(shift)' sl.yml --- config/locales/sl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 8f09dba68..8e4e631da 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -243,8 +243,8 @@ sl: marker_text: Lokacija, na katero se nanaša zapis view: title: "Dnevnik uporabnika {{user}}" - leave_a_comment: "Napiši komentar" - save_button: "Shrani" + leave_a_comment: "Napiši komentar" + save_button: "Shrani" no_such_entry: heading: "No entry with the id: {{id}}" body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong." -- 2.39.5