Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
theboldtoken committed Jul 2, 2018
1 parent 9b1ebea commit 6eecb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Options/ui_ConnectionOptionsFrame.h
Expand Up @@ -281,7 +281,7 @@ class Ui_ConnectionOptionsFrame
{
ConnectionOptionsFrame->setWindowTitle(QApplication::translate("ConnectionOptionsFrame", "Frame", 0));
m_autoRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Auto selection", 0));
m_autoHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "Wallet will connect to local Bold daemon process on port 63491. In case of no local daemon running it will use an in-wallet embedded node implementation.", 0));
m_autoHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "Wallet will connect to local Bold daemon process on port 53941. In case of no local daemon running it will use an in-wallet embedded node implementation.", 0));
m_embeddedRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Embedded", 0));
m_embeddedHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "An in-wallet embedded Bold node will be used.", 0));
m_localRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Local daemon", 0));
Expand Down

0 comments on commit 6eecb86

Please sign in to comment.