summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-01-24 12:33:18 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-01-24 12:33:18 (GMT)
commite8a0d36e20dd283bb7b715f2f3d3fa99041be529 (patch)
treee9e8efb9b0926c0c75879fcff7f52afa7cca6392 /Swift
parentbc62fa0bba66639b087babc16f3451f7213f5c95 (diff)
downloadswift-e8a0d36e20dd283bb7b715f2f3d3fa99041be529.zip
swift-e8a0d36e20dd283bb7b715f2f3d3fa99041be529.tar.bz2
'Add User' -> 'Add Contact'
Resolves: #736
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
index 94c9b0e..6a97e3a 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
+++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
@@ -79,7 +79,7 @@ QtUserSearchWindow::QtUserSearchWindow(UIEventStream* eventStream, UserSearchWin
setupUi(this);
model_ = new UserSearchModel();
delegate_ = new UserSearchDelegate();
- QString title(type == UserSearchWindow::AddContact ? "Add User" : "Chat to User");
+ QString title(type == UserSearchWindow::AddContact ? "Add Contact" : "Chat to User");
setWindowTitle(title);
firstPage_ = new QtUserSearchFirstPage(type, title);
connect(firstPage_->byJID_, SIGNAL(toggled(bool)), this, SLOT(handleFirstPageRadioChange()));