From 49807c2b3db1f7c9a480d2fccadab036d4a0c422 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 24 Mar 2013 13:32:03 +0100 Subject: Fix remaining plural forms to work with gettext. --- plugins/import_export/import_export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/import_export/import_export.js') diff --git a/plugins/import_export/import_export.js b/plugins/import_export/import_export.js index b3b760f15..86b0458be 100644 --- a/plugins/import_export/import_export.js +++ b/plugins/import_export/import_export.js @@ -37,7 +37,7 @@ function exportData() { } else { $("export_status_message").innerHTML = - __("Finished, exported %d articles. You can download the data here.") + ngettext("Finished, exported %d article. You can download the data here.", "Finished, exported %d articles. You can download the data here.", exported) .replace("%d", exported) .replace("%u", "backend.php?op=pluginhandler&plugin=import_export&subop=exportget"); -- cgit v1.2.3