SVN commit 903957 by spstarr: Apparently increasing cloudiness isn't the same as increasing clouds. Add it M +1 -0 ion_envcan.cpp --- trunk/KDE/kdebase/workspace/plasma/dataengines/weather/ions/ion_envcan.cpp #903956:903957 @@ -262,6 +262,7 @@ forecastList["near blizzard"] = Snow; forecastList["overcast"] = Overcast; forecastList["increasing cloudiness"] = Overcast; + forecastList["increasing clouds"] = Overcast; forecastList["periods of drizzle"] = LightRain; forecastList["periods of drizzle mixed with freezing drizzle"] = FreezingDrizzle; forecastList["periods of drizzle mixed with rain"] = LightRain;