diff --git a/README.md b/README.md index d57ef59..79b2e89 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ git clone https://github.com/adityapk00/zcash-qt-wallet.git cd zcash-qt-wallet /path/to/qt5/bin/qmake zcash-qt-wallet.pro CONFIG+=DEBUG make -j$(nproc) + +./zcash-qt-wallet ``` ## Troubleshooting FAQ diff --git a/src/settings.ui b/src/settings.ui index fe0e518..3283ada 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -113,7 +113,7 @@ - <html><head/><body><p>zcash msg</p></body></html> + <html><head/><body><p><br/></p></body></html> Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse diff --git a/src/ui_settings.h b/src/ui_settings.h index 8f334b6..ac99532 100644 --- a/src/ui_settings.h +++ b/src/ui_settings.h @@ -172,7 +172,7 @@ public: port->setPlaceholderText(QApplication::translate("Settings", "8232", nullptr)); label_4->setText(QApplication::translate("Settings", "RPC Password", nullptr)); label_2->setText(QApplication::translate("Settings", "Port", nullptr)); - confMsg->setText(QApplication::translate("Settings", "

zcash msg

", nullptr)); + confMsg->setText(QApplication::translate("Settings", "


", nullptr)); tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "Connection", nullptr)); } // retranslateUi