Index: trunk/extensions/UploadWizard/resources/mw.Title.js |
— | — | @@ -169,7 +169,7 @@ |
170 | 170 | } |
171 | 171 | } ); |
172 | 172 | if ( !found ) { |
173 | | - throw new Error( "unrecognized prefix" ); |
| 173 | + throw new Error( "unrecognized namespace prefix" ); |
174 | 174 | } |
175 | 175 | return this; |
176 | 176 | }; |