diff options
Diffstat (limited to 'modules/tracker')
-rw-r--r-- | modules/tracker/tracker.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test index c5e853d82..9943c17aa 100644 --- a/modules/tracker/tracker.test +++ b/modules/tracker/tracker.test @@ -8,9 +8,9 @@ class TrackerTest extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Tracker'), - 'description' => t('Create nodes and check for their display in the tracker listings.'), - 'group' => t('Tracker') + 'name' => 'Tracker', + 'description' => 'Create nodes and check for their display in the tracker listings.', + 'group' => 'Tracker' ); } |