diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-17 17:32:04 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-17 17:32:04 +0200 |
commit | 6c66781b8269c45779df0b13e6d01ecb5bd6ce39 (patch) | |
tree | 830878307b55328e5e0ddc62843754533e9309cc /qmapwatchlet/qmapwatchletplugin.cpp | |
parent | 659c53b0d8faf26e6f06334833b2e105a4c4193d (diff) | |
download | sowatch-6c66781b8269c45779df0b13e6d01ecb5bd6ce39.tar.gz sowatch-6c66781b8269c45779df0b13e6d01ecb5bd6ce39.zip |
bumping to 0.4.1
Diffstat (limited to 'qmapwatchlet/qmapwatchletplugin.cpp')
-rw-r--r-- | qmapwatchlet/qmapwatchletplugin.cpp | 2 |
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; } |