L10N: Don't translate strings that dont contain any alphabetic character

Per 0penBrain's suggestion
This commit is contained in:
luz paz
2022-12-02 05:29:56 -05:00
committed by 0penBrain
parent 772fe258b9
commit 07d34012dd
35 changed files with 86 additions and 86 deletions

View File

@@ -56,7 +56,7 @@
<item row="0" column="1">
<widget class="Gui::PrefDoubleSpinBox" name="maxDeviation">
<property name="suffix">
<string> %</string>
<string notr="true"> %</string>
</property>
<property name="decimals">
<number>4</number>
@@ -91,7 +91,7 @@
<item row="1" column="1">
<widget class="Gui::PrefDoubleSpinBox" name="maxAngularDeflection">
<property name="suffix">
<string> °</string>
<string notr="true"> °</string>
</property>
<property name="decimals">
<number>2</number>

View File

@@ -90,7 +90,7 @@
<string>The default transparency for new shapes</string>
</property>
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>

View File

@@ -339,7 +339,7 @@ Works only if all objects have the same values.</string>
<bool>false</bool>
</property>
<property name="toolTip">
<string>0 %</string>
<string notr="true">0 %</string>
</property>
<property name="maximum">
<number>100</number>