summaryrefslogtreecommitdiff
path: root/includes/authorize.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/authorize.inc')
-rw-r--r--includes/authorize.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/authorize.inc b/includes/authorize.inc
index 772481b2d..1d354657e 100644
--- a/includes/authorize.inc
+++ b/includes/authorize.inc
@@ -43,7 +43,7 @@ function authorize_filetransfer_form($form_state) {
$form['information']['main_header'] = array(
'#prefix' => '<h3>',
- '#markup' => t('To continue, please provide your server connection details'),
+ '#markup' => t('To continue, provide your server connection details'),
'#suffix' => '</h3>',
);