From 576968c47175ae739846d1cafc40d9e3d516ab71 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Mar 2004 20:09:54 +0000 Subject: - Patch #6406 by TDobes: fixed typos in profile/user module. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 825d698ce..9fd0a971f 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1037,7 +1037,7 @@ function user_edit($edit = array()) { if (file_exists($user->picture)) { $group .= ''; } - $group .= form_file(t('Upload picture or picture'), 'picture', 48, t("Your virtual face or picture. Maximum dimensions are %dimensions and the maximum size is %size kB.", array("%dimensions" => variable_get('user_picture_dimensions', "85x85"), "%size" => variable_get('user_picture_file_size', "30"))) ." ". variable_get('user_picture_guidelines', '')); + $group .= form_file(t('Upload picture'), 'picture', 48, t("Your virtual face or picture. Maximum dimensions are %dimensions and the maximum size is %size kB.", array("%dimensions" => variable_get('user_picture_dimensions', "85x85"), "%size" => variable_get('user_picture_file_size', "30"))) ." ". variable_get('user_picture_guidelines', '')); $output .= form_group(t('Picture'), $group); } -- cgit v1.2.3