Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79333


Change subject: Fix comments for grep
......................................................................

Fix comments for grep

* "category-*-count" messages

Change-Id: If5a58c4f128d15969c56955af43aff76954ca94b
---
M includes/CategoryViewer.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/33/79333/1

diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php
index 0c44e96..a9f5d23 100644
--- a/includes/CategoryViewer.php
+++ b/includes/CategoryViewer.php
@@ -700,8 +700,8 @@
                        # category-article-count-limited, 
category-file-count-limited
                        return $this->msg( "category-$type-count-limited" 
)->numParams( $rescnt )->parseAsBlock();
                }
-               # Give grep a chance to find the usages: 
category-subcat-count-limited,
-               # category-article-count-limited, category-file-count-limited
+               # Give grep a chance to find the usages:
+               # category-subcat-count, category-article-count, 
category-file-count
                return $this->msg( "category-$type-count" )->numParams( 
$rescnt, $totalcnt )->parseAsBlock();
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/79333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5a58c4f128d15969c56955af43aff76954ca94b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

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

Reply via email to