diff options
Diffstat (limited to 'bin/install/update_db.inc')
-rw-r--r-- | bin/install/update_db.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install/update_db.inc b/bin/install/update_db.inc index 425c1e0a..d9ea8bc7 100644 --- a/bin/install/update_db.inc +++ b/bin/install/update_db.inc @@ -45,7 +45,7 @@ if (Update::need_update() && $run_update) { } if (Update::need_update()) { - echo _('The following updates need to be performed:'), "\n"; + echo T_('The following updates need to be performed:'), "\n"; } Update::display_update(); |