diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-09-04 03:27:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-09-04 03:27:30 +0200 |
commit | 4e10566c9b0c4fb723ad68e44ae4c231e6959323 (patch) | |
tree | 6f8aaa80a481b08e7827750e40b1c923ffc29046 /qmapwatchlet | |
parent | 2f631362b54180252d0daa34f359338860a8782b (diff) | |
download | sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.tar.gz sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.zip |
improve media player's watchlet volume change
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; |