Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | 'code-authors' => 'authors', |
33 | 33 | 'code-status' => 'states', |
34 | 34 | 'code-tags' => 'tags', |
35 | | - 'code-authors-text' => 'Below is a list of repo authors in order of commit name. Local wiki accounts are shown in parentheses.', |
| 35 | + '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.', |
36 | 36 | 'code-author-haslink' => 'This author is linked to the wiki user $1', |
37 | 37 | 'code-author-orphan' => 'This author has no link with a wiki account', |
38 | 38 | 'code-author-dolink' => 'Link this author to a wiki user:', |
Index: trunk/extensions/CodeReview/ui/CodeAuthorListView.php |
— | — | @@ -39,4 +39,4 @@ |
40 | 40 | |
41 | 41 | $wgOut->addHTML( '</table>' ); |
42 | 42 | } |
43 | | -} |
\ No newline at end of file |
| 43 | +} |