From 409db6b29916ee8099b5165d327c538c488967f6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 17 Sep 2012 12:12:26 -0700 Subject: Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms --- includes/authorize.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/authorize.inc') diff --git a/includes/authorize.inc b/includes/authorize.inc index da6918ca7..8360e132c 100644 --- a/includes/authorize.inc +++ b/includes/authorize.inc @@ -18,7 +18,7 @@ function authorize_filetransfer_form($form, &$form_state) { global $base_url, $is_https; $form = array(); - // If possible, we want to post this form securely via https. + // If possible, we want to post this form securely via HTTPS. $form['#https'] = TRUE; // CSS we depend on lives in modules/system/maintenance.css, which is loaded -- cgit v1.2.3