diff --git a/rare/components/tabs/games/game_info/game_info.py b/rare/components/tabs/games/game_info/game_info.py index ed490ad0..aed40fea 100644 --- a/rare/components/tabs/games/game_info/game_info.py +++ b/rare/components/tabs/games/game_info/game_info.py @@ -44,12 +44,12 @@ class GameInfo(QWidget, SideTabContents): self.ui.uninstall_button.setObjectName("UninstallButton") self.ui.install_button.setIcon(icon("ri.install-line")) - self.ui.import_button.setIcon(icon("mdi.file-import")) + self.ui.import_button.setIcon(icon("mdi.application-import")) self.ui.modify_button.setIcon(icon("fa.gear")) self.ui.verify_button.setIcon(icon("fa.check")) self.ui.repair_button.setIcon(icon("fa.wrench")) - self.ui.move_button.setIcon(icon("mdi.folder-move")) + self.ui.move_button.setIcon(icon("mdi.folder-move-outline")) self.ui.uninstall_button.setIcon(icon("ri.uninstall-line")) self.rcore = RareCore.instance() @@ -393,7 +393,7 @@ class GameInfo(QWidget, SideTabContents): self.ui.install_button.setText(self.tr("Link/Launch")) self.ui.game_actions_stack.setCurrentWidget(self.ui.uninstalled_page) else: - self.ui.install_button.setText(self.tr("Install Game")) + self.ui.install_button.setText(self.tr("Install")) self.move_game_pop_up.update_game(rgame) diff --git a/rare/ui/components/tabs/games/game_info/game_info.py b/rare/ui/components/tabs/games/game_info/game_info.py index 983b97b4..bce4a9d5 100644 --- a/rare/ui/components/tabs/games/game_info/game_info.py +++ b/rare/ui/components/tabs/games/game_info/game_info.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'rare/ui/components/tabs/games/game_info/game_info.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. @@ -336,13 +336,13 @@ class Ui_GameInfo(object): self.lbl_install_path.setText(_translate("GameInfo", "Installation Path")) self.lbl_platform.setText(_translate("GameInfo", "Platform")) self.lbl_game_actions.setText(_translate("GameInfo", "Actions")) - self.modify_button.setText(_translate("GameInfo", "Modify Installation")) - self.verify_button.setText(_translate("GameInfo", "Verify Installation")) - self.repair_button.setText(_translate("GameInfo", "Repair Installation")) - self.move_button.setText(_translate("GameInfo", "Move Installation")) - self.uninstall_button.setText(_translate("GameInfo", "Uninstall Game")) - self.install_button.setText(_translate("GameInfo", "Install Game")) - self.import_button.setText(_translate("GameInfo", "Import Game")) + self.modify_button.setText(_translate("GameInfo", "Modify")) + self.verify_button.setText(_translate("GameInfo", "Verify")) + self.repair_button.setText(_translate("GameInfo", "Repair")) + self.move_button.setText(_translate("GameInfo", "Move")) + self.uninstall_button.setText(_translate("GameInfo", "Uninstall")) + self.install_button.setText(_translate("GameInfo", "Install")) + self.import_button.setText(_translate("GameInfo", "Import")) if __name__ == "__main__": diff --git a/rare/ui/components/tabs/games/game_info/game_info.ui b/rare/ui/components/tabs/games/game_info/game_info.ui index 23921888..64796002 100644 --- a/rare/ui/components/tabs/games/game_info/game_info.ui +++ b/rare/ui/components/tabs/games/game_info/game_info.ui @@ -395,7 +395,7 @@ - Modify Installation + Modify @@ -424,7 +424,7 @@ - Verify Installation + Verify @@ -461,7 +461,7 @@ - Repair Installation + Repair @@ -496,7 +496,7 @@ - Move Installation + Move QToolButton::InstantPopup @@ -542,7 +542,7 @@ - Uninstall Game + Uninstall @@ -565,14 +565,14 @@ - Install Game + Install - Import Game + Import