diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-28 19:42:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-28 19:42:10 +0000 |
commit | dedb08a540f2f854e507c414f08359df8a6e169c (patch) | |
tree | 46811d68f6115210e5d43721afa31940830a5e42 | |
parent | cf92958f3c225287eb0d1187f3e8c436ddd0f55f (diff) | |
download | brdo-dedb08a540f2f854e507c414f08359df8a6e169c.tar.gz brdo-dedb08a540f2f854e507c414f08359df8a6e169c.tar.bz2 |
- Small corrections to the punctuation.
-rw-r--r-- | modules/user.module | 8 | ||||
-rw-r--r-- | modules/user/user.module | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/modules/user.module b/modules/user.module index 5c36461e4..15efff2fe 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1044,7 +1044,7 @@ function user_edit($edit = array()) { $user = user_save($user, array_merge($edit, $data)); - $output .= status(t("Your user information changes have been saved.")); + $output .= status(t("your user information changes have been saved.")); } } } @@ -1634,7 +1634,7 @@ function user_admin() { $output .= user_admin_access($edit); break; case t("Save permissions"): - $output = status(t("User permissions saved.")); + $output = status(t("user permissions saved.")); case "permission": $output .= user_admin_perm($edit); break; @@ -1645,7 +1645,7 @@ function user_admin() { case t("Add role"): case t("Delete role"): case t("Save role"): - $output = status(t("Your role changes were saved.")); + $output = status(t("your role changes were saved.")); case "role": $output .= user_admin_role($edit); break; @@ -1673,7 +1673,7 @@ function user_help($section = "admin/help#user") { case 'admin/user': $output .= t("<p>Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account.</p>"); $output .= t("<p>Click on either the <i>username</i> or <i>edit account</i> to edit a user's information.</p>"); - $output .= t("<p>Sort accounts by registration time by clicking on the <i>ID</i> header</p>"); + $output .= t("<p>Sort accounts by registration time by clicking on the <i>ID</i> header.</p>"); break; case 'admin/user/create': case 'admin/user/account/create': diff --git a/modules/user/user.module b/modules/user/user.module index 5c36461e4..15efff2fe 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1044,7 +1044,7 @@ function user_edit($edit = array()) { $user = user_save($user, array_merge($edit, $data)); - $output .= status(t("Your user information changes have been saved.")); + $output .= status(t("your user information changes have been saved.")); } } } @@ -1634,7 +1634,7 @@ function user_admin() { $output .= user_admin_access($edit); break; case t("Save permissions"): - $output = status(t("User permissions saved.")); + $output = status(t("user permissions saved.")); case "permission": $output .= user_admin_perm($edit); break; @@ -1645,7 +1645,7 @@ function user_admin() { case t("Add role"): case t("Delete role"): case t("Save role"): - $output = status(t("Your role changes were saved.")); + $output = status(t("your role changes were saved.")); case "role": $output .= user_admin_role($edit); break; @@ -1673,7 +1673,7 @@ function user_help($section = "admin/help#user") { case 'admin/user': $output .= t("<p>Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account.</p>"); $output .= t("<p>Click on either the <i>username</i> or <i>edit account</i> to edit a user's information.</p>"); - $output .= t("<p>Sort accounts by registration time by clicking on the <i>ID</i> header</p>"); + $output .= t("<p>Sort accounts by registration time by clicking on the <i>ID</i> header.</p>"); break; case 'admin/user/create': case 'admin/user/account/create': |