diff --git a/db-updater.php b/db-updater.php index e6b3db06a..17a238d28 100644 --- a/db-updater.php +++ b/db-updater.php @@ -155,8 +155,8 @@ function confirmOP() { } } - print "

".T_sprintf("Finished. Performed %d update(s) up to schema - version %d.", $num_updates, $version)."

"; + print "

".vsprintf(ngettext("Finished. Performed %d update up to schema version %d.", + "Finished. Performed %d updates up to schema version %d.", $num_updates), $num_updates, $version)."

"; print "