From 989522254b6fdc445ea7553cc3971de4b157c955 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 16 Mar 2021 23:48:52 +0100 Subject: FIX(client): Make button in config dialog translatable --- src/mumble/ConfigDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mumble/ConfigDialog.cpp b/src/mumble/ConfigDialog.cpp index c4c342aef..27a23d5c5 100644 --- a/src/mumble/ConfigDialog.cpp +++ b/src/mumble/ConfigDialog.cpp @@ -75,7 +75,7 @@ ConfigDialog::ConfigDialog(QWidget *p) : QDialog(p) { "To restore all settings to their defaults, you can press the \"Defaults (All)\" button.")); QPushButton *restoreAllButton = - pageButtonBox->addButton(QString::fromLatin1("Defaults (All)"), QDialogButtonBox::ResetRole); + pageButtonBox->addButton(tr("Defaults (All)"), QDialogButtonBox::ResetRole); restoreAllButton->setToolTip(tr("Restore all defaults")); restoreAllButton->setWhatsThis(tr("This button will restore the defaults for all settings.")); -- cgit v1.2.3