diff options
Diffstat (limited to 'qmapwatchlet')
-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 32762d0..8f48539 100644 --- a/qmapwatchlet/qmapwatchletplugin.cpp +++ b/qmapwatchlet/qmapwatchletplugin.cpp @@ -42,7 +42,7 @@ WatchletPluginInterface::WatchletInfo QMapWatchletPlugin::describeWatchlet(const info.name = tr("Map"); info.icon = QUrl::fromLocalFile(SOWATCH_QML_DIR "/qmapwatchlet/map-icon.png"); } else if (id == CompassWatchlet::myId) { - info.name = tr("Trip computer"); + info.name = tr("Compass"); info.icon = QUrl::fromLocalFile(SOWATCH_QML_DIR "/qmapwatchlet/compass-icon.png"); } return info; |