From d9af21ebf61a3655dd790033b0839dee31602689 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 16 Oct 2018 09:32:20 -0700 Subject: [PATCH] Spelling --- src/mainwindow.ui | 6 +++--- src/ui_mainwindow.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mainwindow.ui b/src/mainwindow.ui index dc9706a..0c6007f 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -22,7 +22,7 @@ - 0 + 1 @@ -483,13 +483,13 @@ - Recieve + Receive - Recieve Address + Receive Address diff --git a/src/ui_mainwindow.h b/src/ui_mainwindow.h index b4b22c7..d80de91 100644 --- a/src/ui_mainwindow.h +++ b/src/ui_mainwindow.h @@ -630,7 +630,7 @@ public: retranslateUi(MainWindow); - tabWidget->setCurrentIndex(0); + tabWidget->setCurrentIndex(1); QMetaObject::connectSlotsByName(MainWindow); @@ -669,13 +669,13 @@ public: sendTransactionButton->setText(QApplication::translate("MainWindow", "Send", nullptr)); cancelSendButton->setText(QApplication::translate("MainWindow", "Cancel", nullptr)); tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "Send", nullptr)); - groupBox_5->setTitle(QApplication::translate("MainWindow", "Recieve Address", nullptr)); + groupBox_5->setTitle(QApplication::translate("MainWindow", "Receive Address", nullptr)); groupBox_6->setTitle(QApplication::translate("MainWindow", "Address Type", nullptr)); rdioZAddr->setText(QApplication::translate("MainWindow", "z-Addr", nullptr)); rdioTAddr->setText(QApplication::translate("MainWindow", "t-Addr", nullptr)); btnRecieveNewAddr->setText(QApplication::translate("MainWindow", "New Address", nullptr)); qrcodeDisplay->setText(QString()); - tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("MainWindow", "Recieve", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("MainWindow", "Receive", nullptr)); tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("MainWindow", "Transactions", nullptr)); menuBalance->setTitle(QApplication::translate("MainWindow", "File", nullptr)); menuHelp->setTitle(QApplication::translate("MainWindow", "Help", nullptr));