From b6cddfd906ca9be6513502805674cd6929480726 Mon Sep 17 00:00:00 2001 From: sgiehl <stefan@piwik.org> Date: Mon, 25 Jan 2016 20:09:25 +0100 Subject: [PATCH] refs #9546 use numbered placeholders in translations --- plugins/ImageGraph/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ImageGraph/lang/en.json b/plugins/ImageGraph/lang/en.json index f229e539dc..b5cc868782 100644 --- a/plugins/ImageGraph/lang/en.json +++ b/plugins/ImageGraph/lang/en.json @@ -1,6 +1,6 @@ { "ImageGraph": { - "ColumnOrdinateMissing": "The column '%s' was not found in this report. Try any of %s", + "ColumnOrdinateMissing": "The column '%1$s' was not found in this report. Try any of %2$s", "PluginDescription": "Generate beautiful static PNG Graph images for any of your data report." } } \ No newline at end of file -- GitLab