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:
authorAllan Nordhøy <epost@anotheragency.no>2022-06-29 10:18:15 +0300
committerGitHub <noreply@github.com>2022-06-29 10:18:15 +0300
commit9458e6edab42c73f39339e3b26191b1fb20bab3f (patch)
treeb20ca1df387b89566a3cd971fcc74c335dfe8002 /plugins/ImageGraph
parentfbb8913659804c2a76639654d4bfd614f356dcd1 (diff)
ImageGraph plugin language reworked (#19436)
Diffstat (limited to 'plugins/ImageGraph')
-rw-r--r--plugins/ImageGraph/lang/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ImageGraph/lang/en.json b/plugins/ImageGraph/lang/en.json
index b5cc868782..eff5fc5df6 100644
--- a/plugins/ImageGraph/lang/en.json
+++ b/plugins/ImageGraph/lang/en.json
@@ -1,6 +1,6 @@
{
"ImageGraph": {
- "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."
+ "ColumnOrdinateMissing": "Could not find a \"%1$s\" column in this report. Try any of %2$s.",
+ "PluginDescription": "Generate beautiful static PNG graph images for any of your data reports."
}
-} \ No newline at end of file
+}