From e1c81560b9a6c1208ba60621340ab02f0c3cc690 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 14 Mar 2018 19:02:36 +0200 Subject: MapWidgetContextMenu.qml: improve the action text The first 3 actions in the map widget context menu are about the current map widget center and not about the selected dive site / marker. Avoid using the word "location" for these, use "coordinates" for the second and third entry. Suggested-by: Willem Ferguson Signed-off-by: Lubomir I. Ivanov --- map-widget/qml/MapWidgetContextMenu.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'map-widget/qml/MapWidgetContextMenu.qml') diff --git a/map-widget/qml/MapWidgetContextMenu.qml b/map-widget/qml/MapWidgetContextMenu.qml index 44a8453b4..852eddd73 100644 --- a/map-widget/qml/MapWidgetContextMenu.qml +++ b/map-widget/qml/MapWidgetContextMenu.qml @@ -12,9 +12,9 @@ Item { "SELECT_VISIBLE_LOCATIONS": 3 } readonly property var menuItemData: [ - { idx: actions.OPEN_LOCATION_IN_GOOGLE_MAPS, itemText: qsTr("Open location in Google Maps") }, - { idx: actions.COPY_LOCATION_DECIMAL, itemText: qsTr("Copy location to clipboard (decimal)") }, - { idx: actions.COPY_LOCATION_SEXAGESIMAL, itemText: qsTr("Copy location to clipboard (sexagesimal)") }, + { idx: actions.OPEN_LOCATION_IN_GOOGLE_MAPS, itemText: qsTr("Open in Google Maps") }, + { idx: actions.COPY_LOCATION_DECIMAL, itemText: qsTr("Copy coordinates to clipboard (decimal)") }, + { idx: actions.COPY_LOCATION_SEXAGESIMAL, itemText: qsTr("Copy coordinates to clipboard (sexagesimal)") }, { idx: actions.SELECT_VISIBLE_LOCATIONS, itemText: qsTr("Select visible dive locations") } ] readonly property real itemTextPadding: 10.0 -- cgit v1.2.3-70-g09d2