diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm
index 49c596011..482939da7 100644
--- a/fhem/FHEM/98_SVG.pm
+++ b/fhem/FHEM/98_SVG.pm
@@ -2487,7 +2487,7 @@ plotAsPng(@)
In plotmode gnuplot-scroll(-svg) or SVG the given time-range will be
used, and no scrolling for this SVG will be possible. Needed e.g. for
looking at last-years data without scrolling.
If the value is
- one of hour, day, <N>days, week, month, year than set the zoom
+ one of hour, day, <N>days, week, month, year then set the zoom
level for this SVG independently of the user specified zoom-level. This
is useful for pages with multiple plots: one of the plots is best
viewed in with the default (day) zoom, the other one with a week
@@ -2711,23 +2711,21 @@ plotAsPng(@)
fixedrange year -1
,
- vorgestern: fixedrange day -2
).
+ über eine Woche. Der optionale ganzzahlige Parameter [offset] setzt
+ ein anderes Zeitintervall (z.B. letztes Jahr: fixedrange year
+ -1
, vorgestern: fixedrange day -2
).