1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

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

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\">