From dedb08a540f2f854e507c414f08359df8a6e169c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Oct 2003 19:42:10 +0000 Subject: - Small corrections to the punctuation. --- modules/user/user.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/user') 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("

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.

"); $output .= t("

Click on either the username or edit account to edit a user's information.

"); - $output .= t("

Sort accounts by registration time by clicking on the ID header

"); + $output .= t("

Sort accounts by registration time by clicking on the ID header.

"); break; case 'admin/user/create': case 'admin/user/account/create': -- cgit v1.2.3