Skip to content

Commit

Permalink
Rename menu entry to "Invert colour stretch"
Browse files Browse the repository at this point in the history
This makes it consistent with the other menu entries.
  • Loading branch information
shawnlaffan committed Dec 4, 2023
1 parent 79a4e6a commit 288e035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ui/hboxClusteringPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Uses the min and max determined by the Colour stretch choice.</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Invert (flip) the colour range. Has no effect on categorical colouring.</property>
<property name="label" translatable="yes">Invert colour range</property>
<property name="label" translatable="yes">Invert colour stretch</property>
<property name="use_underline">True</property>
</object>
</child>
Expand Down
4 changes: 2 additions & 2 deletions bin/ui/hboxSpatialPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Invert (flip) the colour range. Has no effect on categorical colouring.</property>
<property name="label" translatable="yes">Invert colour range</property>
<property name="label" translatable="yes">Invert colour stretch</property>
<property name="use_underline">True</property>
</object>
</child>
Expand Down Expand Up @@ -509,7 +509,7 @@ Uses the min and max determined by the Colour stretch choice.</property>
<object class="GtkCheckMenuItem" id="menuitem_spatial_tree_colour_stretch_flip_mode">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Invert colour range</property>
<property name="label" translatable="yes">Invert colour stretch</property>
<property name="tooltip_text" translatable="yes">Invert (flip) the colour range. Has no effect on categorical colouring.</property>
<property name="use_underline">True</property>
<property name="active">False</property>
Expand Down

0 comments on commit 288e035

Please sign in to comment.