From 365276df1927dddca4345e86c47e08d6caa6a493 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 20 Mar 2018 11:10:12 +0100 Subject: [PATCH] CD Lookup dialog: use explicit button labels and key accels --- picard/ui/ui_cdlookup.py | 6 +++--- ui/cdlookup.ui | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/picard/ui/ui_cdlookup.py b/picard/ui/ui_cdlookup.py index 12e855c24..3e2067e75 100644 --- a/picard/ui/ui_cdlookup.py +++ b/picard/ui/ui_cdlookup.py @@ -50,7 +50,7 @@ class Ui_Dialog(object): _translate = QtCore.QCoreApplication.translate Dialog.setWindowTitle(_("CD Lookup")) self.label.setText(_("The following releases on MusicBrainz match the CD:")) - self.ok_button.setText(_("OK")) - self.lookup_button.setText(_("Lookup manually")) - self.cancel_button.setText(_("Cancel")) + self.ok_button.setText(_("&Load into Picard")) + self.lookup_button.setText(_("Lookup in &Browser")) + self.cancel_button.setText(_("&Cancel")) diff --git a/ui/cdlookup.ui b/ui/cdlookup.ui index ebf8f1d9e..dd18be425 100644 --- a/ui/cdlookup.ui +++ b/ui/cdlookup.ui @@ -37,7 +37,7 @@ - + 6 @@ -45,7 +45,7 @@ 0 - + Qt::Horizontal @@ -63,21 +63,21 @@ false - OK + &Load into Picard - Lookup manually + Lookup in &Browser - Cancel + &Cancel