summaryrefslogtreecommitdiff
path: root/modules/update/update.manager.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.manager.inc')
-rw-r--r--modules/update/update.manager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.manager.inc b/modules/update/update.manager.inc
index ab8eade28..5e80d6953 100644
--- a/modules/update/update.manager.inc
+++ b/modules/update/update.manager.inc
@@ -61,7 +61,7 @@ function update_manager_update_form($form, $form_state = array(), $context) {
$available = update_get_available(TRUE);
if (empty($available)) {
$form['message'] = array(
- '#markup' => t('There was a problem getting update information. Please try again later.'),
+ '#markup' => t('There was a problem getting update information. Try again later.'),
);
return $form;
}