Replace call to vsprintf to sprintf because of arguments format

This commit is contained in:
all 2013-03-29 17:05:20 +01:00
parent ffd3e8e35e
commit 44c9dc8118
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ function confirmOP() {
}
}
print "<p>".vsprintf(ngettext("Finished. Performed <b>%d</b> update up to schema version <b>%d</b>.",
print "<p>".sprintf(ngettext("Finished. Performed <b>%d</b> update up to schema version <b>%d</b>.",
"Finished. Performed <b>%d</b> updates up to schema version <b>%d</b>.", $num_updates), $num_updates, $version)."</p>";
print "<form method=\"GET\" action=\"backend.php\">