From de19dc51296747a67389fd4bc9a9e11565f571c5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Dec 2003 10:56:47 +0000 Subject: - Tiny change for sake of consistency: Blocked -> blocked, Active -> active. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 0654931e9..34e8b7783 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1460,7 +1460,7 @@ function user_admin_edit($edit = array()) { $output .= implode("\n", module_invoke_all("user", "edit_form", $edit, $account)); $output .= form_item(t("Password"), " ", t("Enter a new password twice if you want to change the current password for this user or leave it blank if you are happy with the current password.")); - $output .= form_radios(t("Status"), "status", $account->status, array(t("Blocked"), t("Active"))); + $output .= form_radios(t("Status"), "status", $account->status, array(t("blocked"), t("active"))); $output .= form_radios(t("Role"), "rid", $account->rid, user_roles(1)); $output .= form_submit(t("Save account")); -- cgit v1.2.3