summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index e5b1d985a..b6dc74e57 100644
--- a/update.php
+++ b/update.php
@@ -667,7 +667,7 @@ if (!empty($update_free_access) || $user->uid == 1) {
$output = update_selection_page();
break;
- case 'Update':
+ case 'Apply pending updates':
update_batch();
break;