You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpcs3/rpcs3qt/tooltips.h
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -216,8 +216,7 @@ class Tooltips : public QObject
216
216
const QString tty_limit = tr("Sets the maximum amount of blocks that the TTY can display.\nThis usually equals the number of lines.\nSet 0 in order to remove the limit.");
217
217
const QString stylesheets = tr("Changes the overall look of RPCS3.\nChoose a stylesheet and click Apply to change between styles.");
218
218
const QString show_welcome = tr("Shows the initial welcome screen upon starting RPCS3.");
219
-
const QString show_exit_game = tr("Shows a confirmation dialog when the game window is being closed.");
220
-
const QString show_boot_game = tr("Shows a confirmation dialog when a game was booted while another game is running.");
219
+
const QString show_exit_game = tr("Shows a confirmation dialog when the game window is being closed and when a game was booted while another game is running.");
221
220
const QString show_pkg_install = tr("Shows a dialog when packages were installed successfully.");
222
221
const QString show_pup_install = tr("Shows a dialog when firmware was installed successfully.");
223
222
const QString show_obsolete_cfg = tr("Shows a dialog when obsolete settings were found.");
0 commit comments