diff options
Diffstat (limited to 'modules/locale/tests/locale_test.module')
-rw-r--r-- | modules/locale/tests/locale_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/tests/locale_test.module b/modules/locale/tests/locale_test.module index ca0524ab9..fe166a91c 100644 --- a/modules/locale/tests/locale_test.module +++ b/modules/locale/tests/locale_test.module @@ -7,7 +7,7 @@ */ /** - * Implement hook_locale(). + * Implements hook_locale(). */ function locale_test_locale($op = 'groups') { switch ($op) { |