From 34b074fd623bf00f6eaa245eaf3c3ee9c28f1c82 Mon Sep 17 00:00:00 2001 From: Jure Kajzer Date: Fri, 13 May 2011 23:18:02 +0000 Subject: [PATCH] * partial revert of r88019. Left the messages in for now ... don't know ... those mesages seem logical to me, i know domas might not like it, but they are still displayed. --- includes/specials/SpecialContributions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 5a5d4fa2bd..e390945706 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -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'; } } -- 2.20.1