1
0
Fork 0
mirror of synced 2024-07-02 21:20:54 +12:00

GameWidget: Rephrase steam shortcut action

This commit is contained in:
loathingKernel 2024-05-31 21:09:00 +03:00
parent a33821e8e3
commit dccada0e11
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -172,9 +172,9 @@ class GameWidget(LibraryWidget):
if steam_shortcuts_supported() and self.rgame.is_installed:
if steam_shortcut_exists(self.rgame.app_name):
self.steam_shortcut_action.setText(self.tr("Remove from Steam"))
self.steam_shortcut_action.setText(self.tr("Remove Steam shortcut"))
else:
self.steam_shortcut_action.setText(self.tr("Add to Steam"))
self.steam_shortcut_action.setText(self.tr("Create Steam shortcut"))
self.addAction(self.steam_shortcut_action)
self.addAction(self.reload_action)