r86890 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86889‎ | r86890 | r86891 >
Date:19:25, 25 April 2011
Author:kaldari
Status:ok
Tags:
Comment:
better error message
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.Title.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.Title.js
@@ -169,7 +169,7 @@
170170 }
171171 } );
172172 if ( !found ) {
173 - throw new Error( "unrecognized prefix" );
 173+ throw new Error( "unrecognized namespace prefix" );
174174 }
175175 return this;
176176 };

Status & tagging log