summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-03-10 20:34:40 +0000
committerDries Buytaert <dries@buytaert.net>2003-03-10 20:34:40 +0000
commit34aeff6c6c472956c8601e756552e77641e9b210 (patch)
treea047d4198327c509904098fdb2d03955a6055177
parent1a647c573b88573d907e6d3e0307444d6030dfca (diff)
downloadbrdo-34aeff6c6c472956c8601e756552e77641e9b210.tar.gz
brdo-34aeff6c6c472956c8601e756552e77641e9b210.tar.bz2
- Fixed typo: maxumum -> maximum. Patch by Al.
-rw-r--r--modules/profile.module2
-rw-r--r--modules/profile/profile.module2
2 files changed, 2 insertions, 2 deletions
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;
}
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 887c7525d..5701ef112 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/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;
}