Consistency
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 4 Feb 2008 17:23:05 +0000 (17:23 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 4 Feb 2008 17:23:05 +0000 (17:23 +0000)
includes/api/ApiQueryCategoryMembers.php

index dd63f80..c98b4d6 100644 (file)
@@ -59,7 +59,7 @@ class ApiQueryCategoryMembers extends ApiQueryGeneratorBase {
                } else if(is_null($params['title']))
                        $categoryTitle = Title::makeTitleSafe(NS_CATEGORY, $params['category']);
                else
-                       $this->dieUsage("The category and title parameters can't be used together", 'titleandcategory');
+                       $this->dieUsage("The cmcategory and cmtitle parameters can't be used together", 'titleandcategory');
 
                if ( is_null( $categoryTitle ) || $categoryTitle->getNamespace() != NS_CATEGORY )
                        $this->dieUsage("The category name you entered is not valid", 'invalidcategory');