From a69419579abfd56b8b3fd7bd600e46267f09d1ce Mon Sep 17 00:00:00 2001 From: sudonix Date: Sun, 15 Feb 2004 00:16:06 +0000 Subject: A small typo fixed --- (limited to 'noncore/todayplugins') diff --git a/noncore/todayplugins/weather/weatherpluginwidget.cpp b/noncore/todayplugins/weather/weatherpluginwidget.cpp index 8440f20..4491b91 100644 --- a/noncore/todayplugins/weather/weatherpluginwidget.cpp +++ b/noncore/todayplugins/weather/weatherpluginwidget.cpp @@ -258,7 +258,7 @@ void WeatherPluginWidget::getPressure( const QString &data ) if ( data.mid( pos, 1 ) == "A" ) value *= 33.8639 / 100; dataStr = QString::number( value, 'f', 2 ); - dataStr.append( tr( " hPa" ) ); + dataStr.append( tr( " kPa" ) ); } else { -- cgit v0.9.0.2