summaryrefslogtreecommitdiff
path: root/modules/locale/locale.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.install')
-rw-r--r--modules/locale/locale.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install
index bd656b52d..78a0a564d 100644
--- a/modules/locale/locale.install
+++ b/modules/locale/locale.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function locale_install() {
// locales_source.source and locales_target.target are not used as binary
@@ -88,7 +88,7 @@ function locale_update_7001() {
*/
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function locale_uninstall() {
// Delete all JavaScript translation files.
@@ -132,7 +132,7 @@ function locale_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function locale_schema() {
$schema['languages'] = array(