From 35f54086567bf348cfbf66d1313ec513e88694b5 Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Sun, 24 Jan 2016 14:24:33 +0100
Subject: [PATCH] refs #9546 use numbered placeholders in translations

---
 plugins/MultiSites/lang/en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/MultiSites/lang/en.json b/plugins/MultiSites/lang/en.json
index d2a89bbbbd..a96871d54c 100644
--- a/plugins/MultiSites/lang/en.json
+++ b/plugins/MultiSites/lang/en.json
@@ -4,6 +4,6 @@
         "LoadingWebsites": "Loading websites",
         "PluginDescription": "View and compare all your websites and apps in this useful 'All Websites' dashboard. ",
         "TopLinkTooltip": "Compare Web Analytics stats for all of your Websites.",
-        "Pagination": "%s - %s of %s"
+        "Pagination": "%1$s - %2$s of %3$s"
     }
 }
\ No newline at end of file
-- 
GitLab