mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
GUI: Removed redundant button label
This commit is contained in:
parent
9e0c1a38e1
commit
ae02860784
@ -1052,7 +1052,7 @@ void LauncherDialog::updateButtons() {
|
||||
|
||||
const char *newAddButtonLabel = massAdd
|
||||
? (lowRes ? _c("Mass Add...", "lowres") : _("Mass Add..."))
|
||||
: (lowRes ? _c("Add Game...", "lowres") : _("Add Game..."));
|
||||
: (lowRes ? _c("~A~dd Game...", "lowres") : _("~A~dd Game..."));
|
||||
|
||||
if (_addButton->getLabel() != newAddButtonLabel)
|
||||
_addButton->setLabel(newAddButtonLabel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user