Skip to content

Commit

Permalink
Fixed typos in Stabilizer's settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bhennion authored and rolandlo committed Jul 25, 2021
1 parent 5abfd93 commit 55cbf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/settings.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ If the file was not yet saved you can find it in your home directory, in ~/.xour
<object class="GtkLabel" id="lbStabilizerDrag">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Drag: If the value is to small, unwanted oscillations may appear. If the value is to high, there will be no stabilization.</property>
<property name="tooltip_text" translatable="yes">Drag: If the value is too small, unwanted oscillations may appear. If the value is too high, there will be no stabilization.</property>
<property name="label" translatable="yes">Drag</property>
</object>
<packing>
Expand All @@ -1074,7 +1074,7 @@ If the file was not yet saved you can find it in your home directory, in ~/.xour
<object class="GtkSpinButton" id="sbStabilizerDrag">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Drag: If the value is to small, unwanted oscillations may appear. If the value is too small, there will be no stabilization.</property>
<property name="tooltip_text" translatable="yes">Drag: If the value is too small, unwanted oscillations may appear. If the value is too high, there will be no stabilization.</property>
<property name="hexpand">True</property>
<property name="text" translatable="yes">0,4</property>
<property name="input_purpose">number</property>
Expand Down

0 comments on commit 55cbf47

Please sign in to comment.