From: Tomas Chvatal Date: Sun, 24 Mar 2013 11:14:29 +0000 (+0100) Subject: Use plural forms. X-Git-Tag: 1.7.6~325^2~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9e5cac43429f6074e5811ddabf8313982c324261;p=tt-rss.git Use plural forms. --- diff --git a/db-updater.php b/db-updater.php index e6b3db06..17a238d2 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 "