Skip to content

Commit

Permalink
Add "GCP" to the Georeferencer buttons label, for harmonization
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 26, 2024
1 parent cfeafb4 commit 5fc3c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/georeferencer/qgsgeorefpluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -237,21 +237,21 @@
</action>
<action name="mActionAddPoint">
<property name="text">
<string>Add Point</string>
<string>Add GCP Point</string>
</property>
<property name="statusTip">
<string>Add point</string>
<string>Add GCP point</string>
</property>
<property name="shortcut">
<string>Ctrl+A</string>
</property>
</action>
<action name="mActionDeletePoint">
<property name="text">
<string>Delete Point</string>
<string>Delete GCP Point</string>
</property>
<property name="statusTip">
<string>Delete point</string>
<string>Delete GCP point</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
Expand Down

0 comments on commit 5fc3c09

Please sign in to comment.