1
0
Fork 0
mirror of synced 2024-10-01 17:57:00 +13:00

RareSettings: Update string

This commit is contained in:
loathingKernel 2024-05-19 18:12:14 +03:00
parent 94c2f765f3
commit 5e9abc46be
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ class Ui_RareSettings(object):
self.settings_group.setTitle(_translate("RareSettings", "Behavior"))
self.save_size.setText(_translate("RareSettings", "Restore window size on application startup"))
self.notification.setText(_translate("RareSettings", "Show notifications when downloads complete"))
self.log_games.setText(_translate("RareSettings", "Show console windows when launching games"))
self.log_games.setText(_translate("RareSettings", "Show console window when launching games"))
self.sys_tray.setText(_translate("RareSettings", "Exit to system tray"))
self.auto_update.setText(_translate("RareSettings", "Queue game updates on application startup"))
self.confirm_start.setText(_translate("RareSettings", "Confirm before launching games"))

View file

@ -115,7 +115,7 @@
<item row="6" column="0">
<widget class="QCheckBox" name="log_games">
<property name="text">
<string>Show console windows when launching games</string>
<string>Show console window when launching games</string>
</property>
</widget>
</item>