diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-03 03:15:12 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-03 03:15:12 +0100 |
commit | 15aaded80bd6e978dbfaa5213df82624842bb9c9 (patch) | |
tree | 45c2e0c656e60139032fc1b62f74bfad4fc8d910 /application/dialogs/NotificationDialog.ui | |
parent | b9b5a82c2e0893aac94803c306f8f8fb73f4f909 (diff) | |
download | MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.gz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.lz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.xz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.zip |
GH-1313 remove or disable some translateable strings
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> |