Skip to content

Commit 76c9f08

Browse files
committed
docs: adapt tooltip of + button
1 parent f29f82a commit 76c9f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ORStools/gui/ORStoolsDialogUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def retranslateUi(self, ORStoolsDialogBase):
484484
self.routing_travel_label.setText(_translate("ORStoolsDialogBase", "Go with"))
485485
self.routing_travel_combo.setToolTip(_translate("ORStoolsDialogBase", "Mode of travel"))
486486
self.routing_preference_combo.setToolTip(_translate("ORStoolsDialogBase", "Preference"))
487-
self.routing_fromline_map.setToolTip(_translate("ORStoolsDialogBase", "<html><head/><body><p>Add wayoints interactively from the map canvas.</p><p>Double-click will terminate waypoint selection.</p></body></html>"))
487+
self.routing_fromline_map.setToolTip(_translate("ORStoolsDialogBase", "<html><head/><body><p>Add wayoints interactively from the map canvas.</p><p>The Escape key, right- or double-click will terminate waypoint selection.</p></body></html>"))
488488
self.routing_fromline_clear.setToolTip(_translate("ORStoolsDialogBase", "<html><head/><body><p>If waypoints are selected in the list, only these will be deleted. Else all waypoints will be deleted.</p></body></html>"))
489489
self.routing_fromline_list.setToolTip(_translate("ORStoolsDialogBase", "Select waypoints from the map!"))
490490
self.save_vertices.setToolTip(_translate("ORStoolsDialogBase", "<html><head/><body><p>Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.</p></body></html>"))

ORStools/gui/ORStoolsDialogUI.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
</sizepolicy>
274274
</property>
275275
<property name="toolTip">
276-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add wayoints interactively from the map canvas.&lt;/p&gt;&lt;p&gt;Double-click will terminate waypoint selection.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
276+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add wayoints interactively from the map canvas.&lt;/p&gt;&lt;p&gt;The Escape key, right- or double-click will terminate waypoint selection.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
277277
</property>
278278
<property name="text">
279279
<string/>

0 commit comments

Comments
 (0)