Skip to content

Commit

Permalink
change "Set" to "WP Set" for mission set
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 14, 2023
1 parent e2028d9 commit 0827691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/modules/mavproxy_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def display_waypoints(self):
for i in range(len(polygons)):
p = polygons[i]
if len(p) > 1:
items = [MPMenuItem('Set', returnkey='popupMissionSet'),
items = [MPMenuItem('WP Set', returnkey='popupMissionSet'),
MPMenuItem('WP Remove', returnkey='popupMissionRemove'),
MPMenuItem('WP Move', returnkey='popupMissionMove'),
MPMenuItem('Remove NoFly', returnkey='popupMissionRemoveNoFly'),
Expand Down

0 comments on commit 0827691

Please sign in to comment.