i18n: mark non-translatable string as such

This commit is contained in:
Adriaan de Groot 2017-08-02 14:40:26 -04:00
parent 8b19f672e7
commit f0894b471b

View File

@ -194,7 +194,7 @@
<item> <item>
<widget class="QLabel" name="username_extra_label_2"> <widget class="QLabel" name="username_extra_label_2">
<property name="styleSheet"> <property name="styleSheet">
<string>font-weight: normal</string> <string notr="true">font-weight: normal</string>
</property> </property>
<property name="text"> <property name="text">
<string>&lt;small&gt;If more than one person will use this computer, you can set up multiple accounts after installation.&lt;/small&gt;</string> <string>&lt;small&gt;If more than one person will use this computer, you can set up multiple accounts after installation.&lt;/small&gt;</string>