From 4e10566c9b0c4fb723ad68e44ae4c231e6959323 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 4 Sep 2012 03:27:30 +0200 Subject: improve media player's watchlet volume change --- 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 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; -- cgit v1.2.3