Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-03 04:08:11 +0300
committerGitHub <noreply@github.com>2018-12-03 04:08:11 +0300
commitb035c059f9c9bc147ac45c872619f74ba9260997 (patch)
treee997d38e4c0abc8d1498c4efef89f084a96676fd /plugins/Diagnostics
parent06536bb4612a664fbe999677ef3392b677e82b61 (diff)
Fix language translation integration test re 2 %s (#13790)
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Diagnostics/lang/en.json b/plugins/Diagnostics/lang/en.json
index 38c1990891..5accb4c430 100644
--- a/plugins/Diagnostics/lang/en.json
+++ b/plugins/Diagnostics/lang/en.json
@@ -2,9 +2,9 @@
"Diagnostics": {
"ConfigFileTitle": "Config file",
"MysqlMaxPacketSize": "Max Packet Size",
- "MysqlMaxPacketSizeWarning": "It is recommended to configure a 'max_allowed_packet' size in your MySQL database of at least %s. Configured is currently %s.",
+ "MysqlMaxPacketSizeWarning": "It is recommended to configure a 'max_allowed_packet' size in your MySQL database of at least %1$s. Configured is currently %2$s.",
"ConfigFileIntroduction": "Here you can view the Matomo configuration. If you are running Matomo in a load balanced environment the page might be different depending from which server this page is loaded. Rows with a different background color are changed config values that are specified for example in the %1$s file.",
"HideUnchanged": "If you want to see only changed values you can %1$shide all unchanged values%2$s.",
"Sections": "Sections"
}
-} \ No newline at end of file
+}