diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm
index 2ac422faa..546807dcb 100644
--- a/fhem/FHEM/98_SVG.pm
+++ b/fhem/FHEM/98_SVG.pm
@@ -2626,13 +2626,11 @@ plotAsPng(@)
enclosed in "" or {}. value will be evaluated as a perl expression, if it
is enclosed in {}.
- In the .gplot file <key> is replaced with the corresponding value,
- the evaluation of {} takes place after the input file is
- processed, so $data{min1} etc can be used.
-
- %key% will be repaced before the input file is processed, this
- expression can be used to replace parameters for the input processing.
-
+ In the .gplot file <key> and %key% will be replaced with the
+ corresponding value. The evaluation of <key> takes place after the
+ input file is processed, so e.g. $data{min1} can be used in the title.
+ %key% will be repaced before the input file is processed, this expression
+ can be used to replace parameters for the input processing.