From 9e5cac43429f6074e5811ddabf8313982c324261 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 24 Mar 2013 12:14:29 +0100 Subject: [PATCH] Use plural forms. --- db-updater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db-updater.php b/db-updater.php index e6b3db06a..17a238d28 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 "