SVN commit 1009723 by aacid: correctly format time M +1 -1 weatherstation.cpp --- branches/KDE/4.3/kdeplasma-addons/applets/weatherstation/weatherstation.cpp #1009722:1009723 @@ -160,7 +160,7 @@ if (m_showToolTip) { Plasma::ToolTipContent ttc(data["Place"].toString(), - i18n("Last updated: ") + QDateTime::currentDateTime().toString()); + i18n("Last updated: ") + KGlobal::locale()->formatDateTime(QDateTime::currentDateTime(), KLocale::FancyLongDate)); Plasma::ToolTipManager::self()->setContent(this, ttc); } }