mirror of https://github.com/snes9xgit/snes9x.git
Qt: Wording.
This commit is contained in:
parent
4f91b2430f
commit
51ed006b6c
|
@ -1 +1 @@
|
|||
Subproject commit 3ebb72cc7429f0ab8218104dc3687c659c0f364d
|
||||
Subproject commit 9c7fd1a33e5cecbe465e1cd70170167d5e40d398
|
|
@ -59,7 +59,7 @@ void ControllerPanel::recreateAutoAssignMenu()
|
|||
|
||||
for (int i = 0; i < app->config->allowed_bindings; i++)
|
||||
{
|
||||
auto slot_menu = auto_assign_menu.addMenu(tr("Slot %1").arg(i));
|
||||
auto slot_menu = auto_assign_menu.addMenu(tr("Binding Set #%1").arg(i + 1));
|
||||
auto default_keyboard = slot_menu->addAction(tr("Default Keyboard"));
|
||||
default_keyboard->connect(default_keyboard, &QAction::triggered, [&, slot = i](bool) {
|
||||
autoPopulateWithKeyboard(slot);
|
||||
|
|
Loading…
Reference in New Issue