r105840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105839‎ | r105840 | r105841 >
Date:23:47, 11 December 2011
Author:erik
Status:deferred
Tags:
Comment:
Followup to r105839: Fix incorrectly named qqq message key.
Modified paths:
  • /trunk/extensions/VisualEditor/VisualEditor.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/VisualEditor.i18n.php
@@ -20,7 +20,7 @@
2121 * @author Erik Moeller
2222 */
2323 $messages['qqq'] = array(
24 - 'visualeditor-mode-wikitext' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating but read-only wikitext view on the right-hand side.',
 24+ 'visualeditor-tooltip-wikitext' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating but read-only wikitext view on the right-hand side.',
2525 'visualeditor-tooltip-json' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating but read-only JSON representation of the document on the right-hand side. This view is primarily useful for debugging purposes.',
2626 'visualeditor-tooltip-html' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dyanmically updating but read-only raw HTML view on the right-hand side. This view is primarily useful for debugging purposes.',
2727 'visualeditor-tooltip-render' => 'Tooltip for a toolbar button which activates or deactivates a split view, with the visual editor on the left-hand side, and a dynamically updating preview on the right-hand side. This view is primarily useful for debugging purposes.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105839Remove title case and CamelCase for page title, consistent with other...erik23:42, 11 December 2011

Status & tagging log