***closed*** weather34 for WeatherDisplay (clientraw and WDapi)

Good catch,
I tried to find all untranslated words, but they hide very well. And a lot of English and Dutch words are the exactly the same in spelling, albeit not always in the meaning.
So I changed this one in the scripts also from

echo 'Trend';

to

echo lang('Trend');

No need to add those . as those are only used to concatenate strings.
Wim