mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Mark AccountFactoryWrapper.ui's as non-translatable.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Dialog</string>
|
<string notr="true" extracomment="not translatable because not shown to the user">Dialog</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="factoryDescription">
|
<widget class="QLabel" name="factoryDescription">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Description goes here</string>
|
<string notr="true" extracomment="not translatable because not shown to the user">Description goes here</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
Reference in New Issue
Block a user