diff options
Diffstat (limited to 'application/dialogs/NotificationDialog.ui')
-rw-r--r-- | application/dialogs/NotificationDialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/dialogs/NotificationDialog.ui b/application/dialogs/NotificationDialog.ui index a2a276e9..3e6c22bc 100644 --- a/application/dialogs/NotificationDialog.ui +++ b/application/dialogs/NotificationDialog.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Notification</string> </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0"> <item> @@ -19,14 +19,14 @@ <item> <widget class="QLabel" name="iconLabel"> <property name="text"> - <string>TextLabel</string> + <string notr="true">TextLabel</string> </property> </widget> </item> <item> <widget class="QLabel" name="messageLabel"> <property name="text"> - <string>TextLabel</string> + <string notr="true">TextLabel</string> </property> <property name="wordWrap"> <bool>true</bool> |