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

@@ -120,7 +120,7 @@
<item row="0" column="4">
<widget class="Gui::PrefSpinBox" name="spinMeshTransparency">
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
@@ -189,7 +189,7 @@
<item row="1" column="4">
<widget class="Gui::PrefSpinBox" name="spinLineTransparency">
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
@@ -372,7 +372,7 @@ to a smoother appearance.
If face angle &lt; crease angle, smooth shading is used</string>
</property>
<property name="suffix">
<string> °</string>
<string notr="true"> °</string>
</property>
<property name="maximum">
<double>180.000000000000000</double>