From 7ac795ff54956fe5475d5038dadec6e311d16472 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 1 Oct 2009 10:21:12 +0000 Subject: [PATCH] Fixed message key that was broken due to a broken regex I used during importing. It had AS message params mixed up with it. --- config/potlatch/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/potlatch/locales/en.yml b/config/potlatch/locales/en.yml index 723266d8b..bb084c822 100644 --- a/config/potlatch/locales/en.yml +++ b/config/potlatch/locales/en.yml @@ -107,7 +107,7 @@ en: point: Point prompt_addtorelation: Add $1 to a relation prompt_changesetcomment: "Enter a description of your changes:" - prompt_closechangeset',_root.changeset),completeClose,': Close changeset $1 + prompt_closechangeset: Close changeset $1 prompt_createparallel: Create parallel way prompt_editlive: Edit live prompt_editsave: Edit with save -- 2.43.2