Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | 'ac-landing-page-title' => 'The title of the landing page', |
70 | 70 | |
71 | 71 | //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...")', |
73 | 73 | |
74 | 74 | 'ac-action-login' => 'Prompt to log in to the wiki, goes inside the button', |
75 | 75 | 'ac-action-login-subtitle' => 'First-person statement for the login button subtitle', |
— | — | @@ -89,11 +89,11 @@ |
90 | 90 | |
91 | 91 | 'ac-action-create' => 'Prompt to create an article directly, goes inside the button', |
92 | 92 | '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', |
94 | 94 | 'ac-create-button' => "OK button that goes inside the warning tooltip", |
95 | 95 | 'ac-hover-tooltip-body-create' => 'Bullet point, explains which users should choose the create button. Goes inside a tooltip.', |
96 | 96 | |
97 | | - 'ac-create-dismiss' => 'Checkbox prompt to skip this step', |
| 97 | + 'ac-create-dismiss' => 'Checkbox prompt to skip this step in future', |
98 | 98 | |
99 | 99 | 'ac-create-help' => 'Link text for article creation help, goes in tooltip above text.', |
100 | 100 | 'ac-click-tip-title-create' => 'Title for reasons that an article might be deleted', |
Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | */ |
6 | 6 | |
7 | 7 | $wgExtensionCredits['other'][] = array( |
8 | | - 'author' => array( 'Rob Moen', 'Benny Situ' ), |
| 8 | + 'author' => array( 'Rob Moen', 'Benny Situ', 'Andrew Garrett', 'Ian Baker' ), |
9 | 9 | 'descriptionmsg' => 'article-creation-desc', |
10 | 10 | 'name' => 'ArticleCreationWorkflow', |
11 | 11 | 'url' => 'http://www.mediawiki.org/wiki/Article_Creation_Landing_System', |