From 583104ce286c822b658937ea03a8b0981c82a474 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 16 Mar 2003 12:36:07 +0000 Subject: [PATCH] - Fixed typo: 'writeable' -> 'writable' --- modules/profile.module | 4 ++-- modules/profile/profile.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/profile.module b/modules/profile.module index 5701ef11291..c97deadbb41 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -63,7 +63,7 @@ function profile_settings() { } $output .= "\n"; - $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 image path"), "profile_avatar_path", variable_get("profile_avatar_path", "misc/avatars/"), 30, 255, t("Path for avatar directory; it must be writable 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 maximum file size"), "profile_avatar_file_size", variable_get("profile_avatar_file_size", "30"), 10, 10, t("Maximum file size for avatars, in kb.")); @@ -281,4 +281,4 @@ function _profile_select($name, $value, $options, $extra = 0, $multiple = 0) { } } -?> \ No newline at end of file +?> diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 5701ef11291..c97deadbb41 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -63,7 +63,7 @@ function profile_settings() { } $output .= "\n"; - $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 image path"), "profile_avatar_path", variable_get("profile_avatar_path", "misc/avatars/"), 30, 255, t("Path for avatar directory; it must be writable 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 maximum file size"), "profile_avatar_file_size", variable_get("profile_avatar_file_size", "30"), 10, 10, t("Maximum file size for avatars, in kb.")); @@ -281,4 +281,4 @@ function _profile_select($name, $value, $options, $extra = 0, $multiple = 0) { } } -?> \ No newline at end of file +?>