diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index f545087cb..3522cc91f 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -51,7 +51,7 @@ function user_schema() { 'type' => 'int', 'not null' => TRUE, 'default' => 0, - 'description' => t("User's {user}.uid."), + 'description' => t("User's {users}.uid."), ), 'authname' => array( 'type' => 'varchar', @@ -266,7 +266,7 @@ function user_schema() { 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, - 'description' => t('Primary Key: {user}.uid for user.'), + 'description' => t('Primary Key: {users}.uid for user.'), ), 'rid' => array( 'type' => 'int', |