mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 02:11:29 +00:00
Replace call to vsprintf to sprintf because of arguments format
This commit is contained in:
@@ -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>";
|
"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\">
|
print "<form method=\"GET\" action=\"backend.php\">
|
||||||
|
|||||||
Reference in New Issue
Block a user