r105420 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105419‎ | r105420 | r105421 >
Date:11:04, 7 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix 3 message keys from r104974
Modified paths:
  • /trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js
@@ -23,10 +23,10 @@
2424 // for the top-level type
2525 'original': {
2626 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
2929 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)
3131 image: 'Original Barnstar Hires.png' // image for the award
3232 },
3333 'admins': {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104974Followup r104973, use those messages in this file...reedy16:34, 2 December 2011

Status & tagging log