diff options
Diffstat (limited to 'Swift/QtUI/QtLoginWindow.cpp')
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index bcadc3a..3d508cf 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -64,7 +64,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() { layout->addStretch(2); QLabel* jidLabel = new QLabel(this); - jidLabel->setText("<font size='-1'>User address</font>"); + jidLabel->setText("<font size='-1'>User address:</font>"); layout->addWidget(jidLabel); username_ = new QComboBox(this); @@ -79,7 +79,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() { QLabel* passwordLabel = new QLabel(); - passwordLabel->setText("<font size='-1'>Password</font>"); + passwordLabel->setText("<font size='-1'>Password:</font>"); layout->addWidget(passwordLabel); |