diff options
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index ce31b5549..b71e307f4 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -305,7 +305,7 @@ function locale_form_alter(&$form, $form_state, $form_id) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function locale_theme() { return array( |