Revision: 43679
Author:   jojo
Date:     2008-11-18 16:14:03 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
use category name from other system message to prevent translation errors

Modified Paths:
--------------
    trunk/extensions/Collection/Collection.i18n.php
    trunk/extensions/Collection/Collection.templates.php

Modified: trunk/extensions/Collection/Collection.i18n.php
===================================================================
--- trunk/extensions/Collection/Collection.i18n.php     2008-11-18 16:05:24 UTC 
(rev 43678)
+++ trunk/extensions/Collection/Collection.i18n.php     2008-11-18 16:14:03 UTC 
(rev 43679)
@@ -85,7 +85,7 @@
        'coll-personal_collection_label'  => 'Personal collection:',
        'coll-community_collection_label' => 'Community collection:',
        'coll-save_collection'            => 'Save collection',
-       'coll-save_category'              => 'Collections are saved in the 
category [[:Category:Collections|Collections]].',
+       'coll-save_category'              => 'Collections are saved in the 
[[:Category:{{MediaWiki:Coll-collections}}]].',
        'coll-overwrite_title'            => 'Page exists.
 Overwrite?',
        'coll-overwrite_text'             => 'A page with the name [[:$1]] 
already exists.

Modified: trunk/extensions/Collection/Collection.templates.php
===================================================================
--- trunk/extensions/Collection/Collection.templates.php        2008-11-18 
16:05:24 UTC (rev 43678)
+++ trunk/extensions/Collection/Collection.templates.php        2008-11-18 
16:14:03 UTC (rev 43679)
@@ -110,9 +110,9 @@
                        </form>
 
                <?php } else {
-                       echo wfMsgExt('coll-login_to_save', array('parse'));
+                       $this->msgWiki('coll-login_to_save');
                }
-               echo wfMsgExt('coll-save_category', array('parse'));
+               $this->msgWiki('coll-save_category');
                ?>
        </div>
 



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to