summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 6d9ba758b..9f9269b4a 100644
--- a/update.php
+++ b/update.php
@@ -118,7 +118,7 @@ if (isset($_GET["op"])) {
if (($access_check == 0) || ($user->uid == 1)) {
$op = isset($_POST['op']) ? $_POST['op'] : '';
switch ($op) {
- case 'Update':
+ case t('Update'):
$output = update_do_updates();
break;