From ae028607841b528a543870db5cba15bd24aec406 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Aug 2011 10:13:21 +0100 Subject: [PATCH] GUI: Removed redundant button label --- gui/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 6920e0ccd2d..5fafcfbad41 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -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);