diff options
Diffstat (limited to 'modules/statistics')
-rw-r--r-- | modules/statistics/statistics.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/statistics/statistics.test b/modules/statistics/statistics.test index c79cfde0d..8056c0d1c 100644 --- a/modules/statistics/statistics.test +++ b/modules/statistics/statistics.test @@ -4,9 +4,9 @@ class StatisticsBlockVisitorsTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Top visitor blocking'), - 'description' => t('Tests blocking of IP addresses via the top visitors report.'), - 'group' => t('Statistics') + 'name' => 'Top visitor blocking', + 'description' => 'Tests blocking of IP addresses via the top visitors report.', + 'group' => 'Statistics' ); } |