mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Qt: Change some labels
This commit is contained in:
parent
1e69de1205
commit
b341113ad8
3 changed files with 7 additions and 5 deletions
|
@ -60,12 +60,12 @@ pad_settings_dialog::pad_settings_dialog(QWidget *parent, const GameInfo *game)
|
|||
{
|
||||
m_title_id = game->serial;
|
||||
g_cfg_input.load(game->serial);
|
||||
setWindowTitle(tr("Gamepads Settings: [%0] %1").arg(qstr(game->serial)).arg(qstr(game->name).simplified()));
|
||||
setWindowTitle(tr("Gamepad Settings: [%0] %1").arg(qstr(game->serial)).arg(qstr(game->name).simplified()));
|
||||
}
|
||||
else
|
||||
{
|
||||
g_cfg_input.load();
|
||||
setWindowTitle(tr("Gamepads Settings"));
|
||||
setWindowTitle(tr("Gamepad Settings"));
|
||||
}
|
||||
|
||||
// Load tooltips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue