r110986 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110985‎ | r110986 | r110987 >
Date:23:52, 8 February 2012
Author:werdna
Status:ok
Tags:
Comment:
Update message documentation, add authors
Modified paths:
  • /trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php (modified) (history)
  • /trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php
@@ -68,7 +68,7 @@
6969 'ac-landing-page-title' => 'The title of the landing page',
7070
7171 //buttons
72 - 'ac-action-indicator' => 'Indicates the action the user would like to take "I want to..."',
 72+ 'ac-action-indicator' => 'Introduction for the selection of the action that the user wants to take ("I want to...")',
7373
7474 'ac-action-login' => 'Prompt to log in to the wiki, goes inside the button',
7575 'ac-action-login-subtitle' => 'First-person statement for the login button subtitle',
@@ -89,11 +89,11 @@
9090
9191 'ac-action-create' => 'Prompt to create an article directly, goes inside the button',
9292 'ac-action-create-subtitle' => 'First-person statement for the create button subtitle',
93 - 'ac-create-warning-create' => 'Tooltip warning about how new articles may be deleted if they don\t conform to policy',
 93+ 'ac-create-warning-create' => 'Tooltip warning about how new articles may be deleted if they don\'t conform to policy',
9494 'ac-create-button' => "OK button that goes inside the warning tooltip",
9595 'ac-hover-tooltip-body-create' => 'Bullet point, explains which users should choose the create button. Goes inside a tooltip.',
9696
97 - 'ac-create-dismiss' => 'Checkbox prompt to skip this step',
 97+ 'ac-create-dismiss' => 'Checkbox prompt to skip this step in future',
9898
9999 'ac-create-help' => 'Link text for article creation help, goes in tooltip above text.',
100100 'ac-click-tip-title-create' => 'Title for reasons that an article might be deleted',
Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.php
@@ -4,7 +4,7 @@
55 */
66
77 $wgExtensionCredits['other'][] = array(
8 - 'author' => array( 'Rob Moen', 'Benny Situ' ),
 8+ 'author' => array( 'Rob Moen', 'Benny Situ', 'Andrew Garrett', 'Ian Baker' ),
99 'descriptionmsg' => 'article-creation-desc',
1010 'name' => 'ArticleCreationWorkflow',
1111 'url' => 'http://www.mediawiki.org/wiki/Article_Creation_Landing_System',

Status & tagging log