Rephrase using serial recommendation #5020
This commit is contained in:
parent
97809f9040
commit
18d23d6f89
|
@ -103,7 +103,7 @@ bool SetupWizard::validateCurrentPage()
|
||||||
QMessageBox::StandardButton reply =
|
QMessageBox::StandardButton reply =
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
this, tr("Setup Synergy"),
|
this, tr("Setup Synergy"),
|
||||||
tr("Would you like to use serial key to activate?"),
|
tr("Would you like to use your serial key instead?"),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
||||||
if (reply == QMessageBox::Yes) {
|
if (reply == QMessageBox::Yes) {
|
||||||
|
|
Loading…
Reference in New Issue