summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorTomas Chvatal <[email protected]>2013-03-24 12:14:29 +0100
committerTomas Chvatal <[email protected]>2013-03-24 12:14:29 +0100
commit9e5cac43429f6074e5811ddabf8313982c324261 (patch)
treeee0218a05c8272cdedc90d8be7be26e567d02049 /db-updater.php
parente5abf36d22f7104112c847758096cab9a4c6ddf7 (diff)
Use plural forms.
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php4
1 files 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 "<p>".T_sprintf("Finished. Performed <b>%d</b> update(s) up to schema
- version <b>%d</b>.", $num_updates, $version)."</p>";
+ print "<p>".vsprintf(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\">
<input type=\"hidden\" name=\"op\" value=\"logout\">