From 6c355243a8617b29d391a9a000cdb11464bd3f60 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sun, 31 Oct 2010 22:47:18 +0000 Subject: Include colons in labels. Resolves: #605 diff --git a/Swift/QtUI/QtAddContactDialog.ui b/Swift/QtUI/QtAddContactDialog.ui index 8832626..861b1be 100644 --- a/Swift/QtUI/QtAddContactDialog.ui +++ b/Swift/QtUI/QtAddContactDialog.ui @@ -7,7 +7,7 @@ 0 0 232 - 110 + 137 @@ -19,7 +19,7 @@ - User's ID + User's ID: @@ -33,7 +33,7 @@ - Name + Name: diff --git a/Swift/QtUI/QtBookmarkDetailWindow.ui b/Swift/QtUI/QtBookmarkDetailWindow.ui index a39bd18..d6df255 100644 --- a/Swift/QtUI/QtBookmarkDetailWindow.ui +++ b/Swift/QtUI/QtBookmarkDetailWindow.ui @@ -37,7 +37,7 @@ - Bookmark Name + Bookmark Name: @@ -47,7 +47,7 @@ - Room JID + Room JID: @@ -57,7 +57,7 @@ - Your Nickname + Your Nickname: @@ -67,7 +67,7 @@ - Room password + Room password: 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("User address"); + jidLabel->setText("User address:"); layout->addWidget(jidLabel); username_ = new QComboBox(this); @@ -79,7 +79,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() { QLabel* passwordLabel = new QLabel(); - passwordLabel->setText("Password"); + passwordLabel->setText("Password:"); layout->addWidget(passwordLabel); -- cgit v0.10.2-6-g49f6