1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Mark AccountFactoryWrapper.ui's as non-translatable.

This commit is contained in:
Christian Muehlhaeuser 2013-01-09 07:37:47 +01:00
parent f8394a2ef2
commit ed5bf55b16

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string notr="true" extracomment="not translatable because not shown to the user">Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@ -27,7 +27,7 @@
<item>
<widget class="QLabel" name="factoryDescription">
<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 name="alignment">
<set>Qt::AlignCenter</set>