summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.install')
-rw-r--r--modules/statistics/statistics.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install
index e835cf317..9c140409e 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -91,7 +91,7 @@ function statistics_schema() {
'unsigned' => TRUE,
'not null' => FALSE,
'default' => 0,
- 'description' => 'User {users}.uid that visited the page.',
+ 'description' => 'User {user}.uid that visited the page.',
),
'timer' => array(
'type' => 'int',