]> git.wh0rd.org - tt-rss.git/blobdiff - db-updater.php
update_rss_feed: bailout if cache is considered valid, but older than last_updated
[tt-rss.git] / db-updater.php
index d1212d0d64d036bf687f39dea0e1179b1275bf0b..2726110639aad6af7fd29864037a894bf12d7078 100644 (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\">