http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74081

Revision: 74081
Author:   reedy
Date:     2010-10-01 17:46:02 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
Add trailing newline to CodeAuthorListView

Tweak message in CR, to mention that author list may be cached

Modified Paths:
--------------
    trunk/extensions/CodeReview/CodeReview.i18n.php
    trunk/extensions/CodeReview/ui/CodeAuthorListView.php

Modified: trunk/extensions/CodeReview/CodeReview.i18n.php
===================================================================
--- trunk/extensions/CodeReview/CodeReview.i18n.php     2010-10-01 17:39:32 UTC 
(rev 74080)
+++ trunk/extensions/CodeReview/CodeReview.i18n.php     2010-10-01 17:46:02 UTC 
(rev 74081)
@@ -31,7 +31,7 @@
        'code-authors' => 'authors',
        'code-status' => 'states',
        'code-tags' => 'tags',
-       'code-authors-text' => 'Below is a list of repo authors in order of 
commit name. Local wiki accounts are shown in parentheses.',
+       'code-authors-text' => 'Below is a list of repo authors in order of 
commit name. Local wiki accounts are shown in parentheses. Data may be cached.',
        'code-author-haslink' => 'This author is linked to the wiki user $1',
        'code-author-orphan' => 'This author has no link with a wiki account',
        'code-author-dolink' => 'Link this author to a wiki user:',

Modified: trunk/extensions/CodeReview/ui/CodeAuthorListView.php
===================================================================
--- trunk/extensions/CodeReview/ui/CodeAuthorListView.php       2010-10-01 
17:39:32 UTC (rev 74080)
+++ trunk/extensions/CodeReview/ui/CodeAuthorListView.php       2010-10-01 
17:46:02 UTC (rev 74081)
@@ -39,4 +39,4 @@
 
            $wgOut->addHTML( '</table>' );
        }
-}
\ No newline at end of file
+}



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

Reply via email to