summaryrefslogtreecommitdiff
path: root/qmapwatchlet
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-17 17:32:04 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-17 17:32:04 +0200
commit6c66781b8269c45779df0b13e6d01ecb5bd6ce39 (patch)
tree830878307b55328e5e0ddc62843754533e9309cc /qmapwatchlet
parent659c53b0d8faf26e6f06334833b2e105a4c4193d (diff)
downloadsowatch-6c66781b8269c45779df0b13e6d01ecb5bd6ce39.tar.gz
sowatch-6c66781b8269c45779df0b13e6d01ecb5bd6ce39.zip
bumping to 0.4.1
Diffstat (limited to 'qmapwatchlet')
-rw-r--r--qmapwatchlet/qmapwatchletplugin.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}