Index: trunk/extensions/WikiLove/WikiLove.php |
— | — | @@ -121,6 +121,7 @@ |
122 | 122 | 'wikilove-err-sig', |
123 | 123 | 'wikilove-err-gallery', |
124 | 124 | 'wikilove-err-gallery-again', |
| 125 | + 'wikilove-what-is-this', |
125 | 126 | ), |
126 | 127 | 'dependencies' => array( |
127 | 128 | 'jquery.ui.dialog', |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.css |
— | — | @@ -344,3 +344,7 @@ |
345 | 345 | padding-left: 34px; |
346 | 346 | padding-bottom: 3px; |
347 | 347 | } |
| 348 | + |
| 349 | +#mw-wikilove-dialog a { |
| 350 | + color: #0645AD; |
| 351 | +} |
Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -56,6 +56,9 @@ |
57 | 57 | <li><html:msg key="wikilove-get-started-list-2"/></li>\ |
58 | 58 | <li><html:msg key="wikilove-get-started-list-3"/></li>\ |
59 | 59 | </ol>\ |
| 60 | + <p><a target="_blank" href="http://www.mediawiki.org/wiki/WikiLove">\ |
| 61 | + <html:msg key="wikilove-what-is-this"/>\ |
| 62 | + </a></p>\ |
60 | 63 | </div>\ |
61 | 64 | <div id="mw-wikilove-add-details">\ |
62 | 65 | <span class="mw-wikilove-number">2</span>\ |
Index: trunk/extensions/WikiLove/WikiLove.i18n.php |
— | — | @@ -42,7 +42,8 @@ |
43 | 43 | 'wikilove-err-sig' => 'Please do not include a signature in the message.', |
44 | 44 | 'wikilove-err-gallery' => 'Something went wrong when loading the images!', |
45 | 45 | 'wikilove-err-gallery-again' => 'Try again', |
46 | | - 'wikilove-summary' => '/* $1 */ new WikiLove message' |
| 46 | + 'wikilove-summary' => '/* $1 */ new WikiLove message', |
| 47 | + 'wikilove-what-is-this' => "What is this?", |
47 | 48 | ); |
48 | 49 | |
49 | 50 | /** Message documentation (Message documentation) |