From 9458e6edab42c73f39339e3b26191b1fb20bab3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 29 Jun 2022 09:18:15 +0200 Subject: ImageGraph plugin language reworked (#19436) --- plugins/ImageGraph/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ImageGraph') 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 +} -- cgit v1.2.3