1
0
Fork 0
mirror of synced 2024-06-17 18:14:44 +12:00

Dialogs: Make titles uniform

This commit is contained in:
loathingKernel 2023-12-11 13:20:00 +02:00
parent 5d0940083f
commit 0d62965edb
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'rare/ui/components/dialogs/launch_dialog.ui'
#
# Created by: PyQt5 UI code generator 5.15.9
# Created by: PyQt5 UI code generator 5.15.10
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
@ -36,7 +36,7 @@ class Ui_LaunchDialog(object):
def retranslateUi(self, LaunchDialog):
_translate = QtCore.QCoreApplication.translate
LaunchDialog.setWindowTitle(_translate("LaunchDialog", "Launching Rare"))
LaunchDialog.setWindowTitle(_translate("LaunchDialog", "Launching - Rare"))
self.title_label.setText(_translate("LaunchDialog", "<h2>Launching Rare</h2>"))

View file

@ -29,7 +29,7 @@
</size>
</property>
<property name="windowTitle">
<string>Launching Rare</string>
<string>Launching - Rare</string>
</property>
<layout class="QVBoxLayout" name="launch_layout">
<item>

View file

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'rare/ui/components/dialogs/login/login_dialog.ui'
#
# Created by: PyQt5 UI code generator 5.15.7
# Created by: PyQt5 UI code generator 5.15.10
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
@ -46,7 +46,7 @@ class Ui_LoginDialog(object):
def retranslateUi(self, LoginDialog):
_translate = QtCore.QCoreApplication.translate
LoginDialog.setWindowTitle(_translate("LoginDialog", "Rare Login"))
LoginDialog.setWindowTitle(_translate("LoginDialog", "Login - Rare"))
self.welcome_label.setText(_translate("LoginDialog", "<h1>Welcome to Rare</h1>"))
self.exit_button.setText(_translate("LoginDialog", "Exit"))
self.back_button.setText(_translate("LoginDialog", "Back"))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Rare Login</string>
<string>Login - Rare</string>
</property>
<layout class="QVBoxLayout" name="login_layout" stretch="0,0,0,0,0">
<item>