L10N: Don't translate strings that dont contain any alphabetic character
Per 0penBrain's suggestion
This commit is contained in:
@@ -76,12 +76,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>;</string>
|
||||
<string notr="true">;</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>,</string>
|
||||
<string notr="true">,</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
@@ -108,7 +108,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>"</string>
|
||||
<string notr="true">"</string>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>ImportExportQuoteCharacter</cstring>
|
||||
@@ -137,7 +137,7 @@
|
||||
<string><html><head/><body><p>Escape character, typically the backslash (\), used to indicate special unprintable characters, e.g. \t = tab. Must be a single character.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>\</string>
|
||||
<string notr="true">\</string>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>ImportExportEscapeCharacter</cstring>
|
||||
|
||||
Reference in New Issue
Block a user