* partial revert of r88019. Left the messages in for now ... don't know ... those...
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Fri, 13 May 2011 23:18:02 +0000 (23:18 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Fri, 13 May 2011 23:18:02 +0000 (23:18 +0000)
includes/specials/SpecialContributions.php

index 5a5d4fa..e390945 100644 (file)
@@ -772,9 +772,9 @@ class ContribsPager extends ReverseChronologicalPager {
         */
        function getSqlComment() {
                if ( $this->namespace || $this->deletedOnly ) {
-                       return wfMsg( 'sp-contributions-filtered' ); // potentially slow, see CR r58153
+                       return 'contributions page filtered for namespace or RevisionDeleted edits'; // potentially slow, see CR r58153
                } else {
-                       return wfMsg( 'sp-contributions-unfiltered' );
+                       return 'contributions page unfiltered';
                }
        }