r5305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5304‎ | r5305 | r5306 >
Date:20:47, 19 September 2004
Author:wmahan
Status:old
Tags:
Comment:
Fix literal \n in 'editingold' message
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -643,9 +643,9 @@
644644 press \"Save page\".\n<p>",
645645 'yourtext' => 'Your text',
646646 'storedversion' => 'Stored version',
647 -'editingold' => '<strong>WARNING: You are editing an out-of-date
 647+'editingold' => "<strong>WARNING: You are editing an out-of-date
648648 revision of this page.
649 -If you save it, any changes made since this revision will be lost.</strong>\n',
 649+If you save it, any changes made since this revision will be lost.</strong>\n",
650650 'yourdiff' => 'Differences',
651651 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are
652652 considered to be released under the $2 (see $1 for details).

Status & tagging log