1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

ImportGroup: Update some strings

This commit is contained in:
loathingKernel 2024-01-02 23:00:29 +02:00
parent d3ec79378e
commit 17a5562b4c
2 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_ImportGroup(object): class Ui_ImportGroup(object):
def setupUi(self, ImportGroup): def setupUi(self, ImportGroup):
ImportGroup.setObjectName("ImportGroup") ImportGroup.setObjectName("ImportGroup")
ImportGroup.resize(651, 218) ImportGroup.resize(651, 232)
ImportGroup.setWindowTitle("ImportGroup") ImportGroup.setWindowTitle("ImportGroup")
ImportGroup.setWindowFilePath("") ImportGroup.setWindowFilePath("")
self.import_layout = QtWidgets.QFormLayout(ImportGroup) self.import_layout = QtWidgets.QFormLayout(ImportGroup)
@ -54,7 +54,7 @@ class Ui_ImportGroup(object):
self.import_force_check.setObjectName("import_force_check") self.import_force_check.setObjectName("import_force_check")
self.import_layout.setWidget(5, QtWidgets.QFormLayout.FieldRole, self.import_force_check) self.import_layout.setWidget(5, QtWidgets.QFormLayout.FieldRole, self.import_force_check)
self.import_button_label = QtWidgets.QLabel(ImportGroup) self.import_button_label = QtWidgets.QLabel(ImportGroup)
self.import_button_label.setText("Error") self.import_button_label.setText("error")
self.import_button_label.setObjectName("import_button_label") self.import_button_label.setObjectName("import_button_label")
self.import_layout.setWidget(6, QtWidgets.QFormLayout.LabelRole, self.import_button_label) self.import_layout.setWidget(6, QtWidgets.QFormLayout.LabelRole, self.import_button_label)
self.button_info_layout = QtWidgets.QHBoxLayout() self.button_info_layout = QtWidgets.QHBoxLayout()
@ -96,13 +96,13 @@ class Ui_ImportGroup(object):
ImportGroup.setTitle(_translate("ImportGroup", "Import EGL game from a directory")) ImportGroup.setTitle(_translate("ImportGroup", "Import EGL game from a directory"))
self.path_edit_label.setText(_translate("ImportGroup", "Installation path")) self.path_edit_label.setText(_translate("ImportGroup", "Installation path"))
self.app_name_label.setText(_translate("ImportGroup", "Override app name")) self.app_name_label.setText(_translate("ImportGroup", "Override app name"))
self.import_folder_label.setText(_translate("ImportGroup", "Import all folders")) self.import_folder_label.setText(_translate("ImportGroup", "Import all games"))
self.import_folder_check.setText(_translate("ImportGroup", "Scan the installation path for game folders and import them")) self.import_folder_check.setText(_translate("ImportGroup", "Scan the installation path for game folders and import them"))
self.import_dlcs_label.setText(_translate("ImportGroup", "Import DLCs")) self.import_dlcs_label.setText(_translate("ImportGroup", "Import DLCs"))
self.import_dlcs_check.setText(_translate("ImportGroup", "If a game has DLCs, try to import them too")) self.import_dlcs_check.setText(_translate("ImportGroup", "If a game has DLCs, try to import them too"))
self.import_force_label.setText(_translate("ImportGroup", "Force import")) self.import_force_label.setText(_translate("ImportGroup", "Force import"))
self.import_force_check.setText(_translate("ImportGroup", "Import game despite missing files")) self.import_force_check.setText(_translate("ImportGroup", "Import game despite missing files"))
self.import_button.setText(_translate("ImportGroup", "Import Game")) self.import_button.setText(_translate("ImportGroup", "Import game(s)"))
self.platform_label.setText(_translate("ImportGroup", "Platform")) self.platform_label.setText(_translate("ImportGroup", "Platform"))
self.platform_tooltip.setText(_translate("ImportGroup", "Select the native platform of the game")) self.platform_tooltip.setText(_translate("ImportGroup", "Select the native platform of the game"))

View file

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>651</width> <width>651</width>
<height>218</height> <height>232</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -40,7 +40,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="import_folder_label"> <widget class="QLabel" name="import_folder_label">
<property name="text"> <property name="text">
<string>Import all folders</string> <string>Import all games</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -97,7 +97,7 @@
<item row="6" column="0"> <item row="6" column="0">
<widget class="QLabel" name="import_button_label"> <widget class="QLabel" name="import_button_label">
<property name="text"> <property name="text">
<string notr="true">Error</string> <string notr="true">error</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -112,7 +112,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Import Game</string> <string>Import game(s)</string>
</property> </property>
</widget> </widget>
</item> </item>