]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/import_export/import_export.js
Fix remaining plural forms to work with gettext.
[tt-rss.git] / plugins / import_export / import_export.js
index b3b760f159d67a6753fd406b855919a040b2bfa4..86b0458be2b476d9858126c88af40bab9c517664 100644 (file)
@@ -37,7 +37,7 @@ function exportData() {
                                                                } else {
 
                                                                        $("export_status_message").innerHTML =
-                                                                               __("Finished, exported %d articles. You can download the data <a class='visibleLink' href='%u'>here</a>.")
+                                                                               ngettext("Finished, exported %d article. You can download the data <a class='visibleLink' href='%u'>here</a>.", "Finished, exported %d articles. You can download the data <a class='visibleLink' href='%u'>here</a>.", exported)
                                                                                .replace("%d", exported)
                                                                                .replace("%u", "backend.php?op=pluginhandler&plugin=import_export&subop=exportget");