diff options
Diffstat (limited to 'modules/statistics/statistics.install')
-rw-r--r-- | modules/statistics/statistics.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install index 5ed1dd993..324616af8 100644 --- a/modules/statistics/statistics.install +++ b/modules/statistics/statistics.install @@ -92,7 +92,7 @@ function statistics_schema() { 'unsigned' => TRUE, 'not null' => FALSE, 'default' => 0, - 'description' => t('User {user}.uid that visited the page.'), + 'description' => t('User {users}.uid that visited the page.'), ), 'timer' => array( 'type' => 'int', |