From 34aeff6c6c472956c8601e756552e77641e9b210 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Mar 2003 20:34:40 +0000 Subject: - Fixed typo: maxumum -> maximum. Patch by Al. --- modules/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile.module') diff --git a/modules/profile.module b/modules/profile.module index 887c7525d..5701ef112 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -65,7 +65,7 @@ function profile_settings() { $output .= form_textfield(t("Avatar image path"), "profile_avatar_path", variable_get("profile_avatar_path", "misc/avatars/"), 30, 255, t("Path for avatar directory; it must be writeable and visible from the web.")); $output .= form_textfield(t("Avatar maximum dimensions"), "profile_avatar_dimensions", variable_get("profile_avatar_dimensions", "85x85"), 10, 10, t("Maximum dimensions for avatars.")); - $output .= form_textfield(t("Avatar maxumum file size"), "profile_avatar_file_size", variable_get("profile_avatar_file_size", "30"), 10, 10, t("Maximum file size for avatars, in kb.")); + $output .= form_textfield(t("Avatar maximum file size"), "profile_avatar_file_size", variable_get("profile_avatar_file_size", "30"), 10, 10, t("Maximum file size for avatars, in kb.")); return $output; } -- cgit v1.2.3