Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -179,7 +179,7 @@ |
180 | 180 | |
181 | 181 | <?php |
182 | 182 | $t = wfMsgForContent('coll-bookscategory'); |
183 | | - if ( !wfEmtpyMsg('coll-bookscategory', $t) && $t != '-') { |
| 183 | + if ( !wfEmptyMsg('coll-bookscategory', $t) && $t != '-') { |
184 | 184 | $this->msgWiki('coll-save_category'); |
185 | 185 | } |
186 | 186 | ?> |