summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 09:00:55 -0700
committerAndrew Dolgov <[email protected]>2013-03-24 09:00:55 -0700
commit8850646ff375f8858442900dac790c5e38e86f88 (patch)
treef6d895a7f31180c14a5baaa0d53c03d746164303 /db-updater.php
parent7be3fcd5e1fa6f8ec04fd550543b01622b5e7feb (diff)
parenta28c6ec9db46098ba24940f79bc52c8164d2cf82 (diff)
Merge pull request #77 from scarabeusiv/master
Fix pluralized forms and whitespace in translations and fix the l10n tools
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\">