Skip to content

Commit d8381d2

Browse files
committed
Change Segwit to SegWit in newaccountdialog.
1 parent b3cfbd7 commit d8381d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/newaccountdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ NewAccountDialog::NewAccountDialog(const QList<QString>& allKeychains, const QLi
106106
// Segwit Support
107107
if (getCoinParams().segwit_enabled())
108108
{
109-
segwitCheckBox = new QCheckBox(tr("Use Seg&wit"), this);
109+
segwitCheckBox = new QCheckBox(tr("Use Seg&Wit"), this);
110110
segwitCheckBox->setChecked(true);
111111
}
112112
else
113113
{
114-
segwitCheckBox = new QCheckBox(tr("Use Seg&wit (not active on this blockchain)"), this);
114+
segwitCheckBox = new QCheckBox(tr("Use Seg&Wit (not active on this blockchain)"), this);
115115
segwitCheckBox->setEnabled(false);
116116
}
117117

0 commit comments

Comments
 (0)