From 7f9f1c4e9630c43178d17f838020fb179c871ff4 Mon Sep 17 00:00:00 2001 From: Levon Petrosyan Date: Tue, 10 Dec 2019 15:06:17 +0400 Subject: [PATCH] Gui fixes --- src/qt/forms/notifymnemonic.ui | 18 +++++------------- src/qt/notifymnemonic.cpp | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/qt/forms/notifymnemonic.ui b/src/qt/forms/notifymnemonic.ui index cce18c35a6..05013fc2a4 100644 --- a/src/qt/forms/notifymnemonic.ui +++ b/src/qt/forms/notifymnemonic.ui @@ -2,16 +2,8 @@ NotifyMnemonic - - - 0 - 0 - 674 - 383 - - - + 0 0 @@ -27,7 +19,7 @@ - + 0 0 @@ -62,7 +54,7 @@ - + 0 0 @@ -77,7 +69,7 @@ Qt::AlignCenter - + 0 0 @@ -104,7 +96,7 @@ 60 - 35 + 40 diff --git a/src/qt/notifymnemonic.cpp b/src/qt/notifymnemonic.cpp index 139c02dbdd..54d4d8cabf 100644 --- a/src/qt/notifymnemonic.cpp +++ b/src/qt/notifymnemonic.cpp @@ -30,7 +30,7 @@ NotifyMnemonic::~NotifyMnemonic() void NotifyMnemonic::cancelEvent() { - if( QMessageBox::question( this, trUtf8( "Warning" ), trUtf8( "Are you sure to close the setup without confirming that you have got words right." ), QMessageBox::Yes, QMessageBox::No ) == QMessageBox::Yes ) { + if( QMessageBox::question( this, trUtf8( "Warning" ), trUtf8( "Are you sure you wish to proceed without confirming whether you have written down your seed words correctly?" ), QMessageBox::Yes, QMessageBox::No ) == QMessageBox::Yes ) { // allow cancel reject(); }