From 8dfc4aad72e7e592b2cb87000e93b01ccc62c229 Mon Sep 17 00:00:00 2001 From: Wil Mahan Date: Sun, 19 Sep 2004 20:47:18 +0000 Subject: [PATCH] Fix literal \n in 'editingold' message --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index c92f9d9ef8..54e8492b23 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -643,9 +643,9 @@ You will have to merge your changes into the existing text. press \"Save page\".\n

", 'yourtext' => 'Your text', 'storedversion' => 'Stored version', -'editingold' => 'WARNING: You are editing an out-of-date +'editingold' => "WARNING: You are editing an out-of-date revision of this page. -If you save it, any changes made since this revision will be lost.\n', +If you save it, any changes made since this revision will be lost.\n", 'yourdiff' => 'Differences', 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). -- 2.20.1