Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js |
— | — | @@ -23,10 +23,10 @@ |
24 | 24 | // for the top-level type |
25 | 25 | 'original': { |
26 | 26 | fields: [ 'message' ], // fields to ask for in form |
27 | | - option: mw.msg( 'wikilove-barnstar-admin-' ), // option listed in the select list |
28 | | - descr: mw.msg( 'wikilove-barnstar-admin-' ), // description |
| 27 | + option: mw.msg( 'wikilove-barnstar-original-option' ), // option listed in the select list |
| 28 | + descr: mw.msg( 'wikilove-barnstar-original-desc' ), // description |
29 | 29 | header: mw.msg( 'wikilove-barnstar-header' ), // header that appears at the top of the talk page post (optional) |
30 | | - title: mw.msg( 'wikilove-barnstar-admin-' ), // title that appears inside the award box (optional) |
| 30 | + title: mw.msg( 'wikilove-barnstar-original-title' ), // title that appears inside the award box (optional) |
31 | 31 | image: 'Original Barnstar Hires.png' // image for the award |
32 | 32 | }, |
33 | 33 | 'admins': { |