From 6c66781b8269c45779df0b13e6d01ecb5bd6ce39 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 17 Aug 2012 17:32:04 +0200 Subject: bumping to 0.4.1 --- qmapwatchlet/qmapwatchletplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmapwatchlet') diff --git a/qmapwatchlet/qmapwatchletplugin.cpp b/qmapwatchlet/qmapwatchletplugin.cpp index 517d167..9450558 100644 --- a/qmapwatchlet/qmapwatchletplugin.cpp +++ b/qmapwatchlet/qmapwatchletplugin.cpp @@ -36,7 +36,7 @@ WatchletPluginInterface::WatchletInfo QMapWatchletPlugin::describeWatchlet(const { WatchletInfo info; if (id != QMapWatchlet::myId) return info; - info.name = "Moving map"; + info.name = tr("Map"); info.icon = QUrl::fromLocalFile(SOWATCH_QML_DIR "/qmapwatchlet/icon.png"); return info; } -- cgit v1.2.3