Skip to content

Commit f08f750

Browse files
committed
Fix string wrongly marked as translatable.
1 parent 59f8d36 commit f08f750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Settings.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">G
29082908
<object class="GtkSpinButton" id="pressure_threshold_spinbutton">
29092909
<property name="visible">True</property>
29102910
<property name="can_focus">True</property>
2911-
<property name="text" translatable="yes">0.000</property>
2911+
<property name="text">0.000</property>
29122912
<property name="adjustment">pressure_threshold_adjustment</property>
29132913
</object>
29142914
<packing>

0 commit comments

Comments
 (0)