summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-07 14:18:16 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-07 14:18:16 (GMT)
commit7eb27a2228fdb34d6c629ddc5fcce82583db3a85 (patch)
tree3c8748d770c08863ef864fc5404005bd96503f5f /Swift/QtUI/ChatList
parent7860e69576284f94baa433436c0ae2af6e194c64 (diff)
downloadswift-7eb27a2228fdb34d6c629ddc5fcce82583db3a85.zip
swift-7eb27a2228fdb34d6c629ddc5fcce82583db3a85.tar.bz2
Use 'room' to refer to MUCs.
Resolves: #338
Diffstat (limited to 'Swift/QtUI/ChatList')
-rw-r--r--Swift/QtUI/ChatList/ChatListModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/ChatList/ChatListModel.cpp b/Swift/QtUI/ChatList/ChatListModel.cpp
index 40ed1b7..0e4af55 100644
--- a/Swift/QtUI/ChatList/ChatListModel.cpp
+++ b/Swift/QtUI/ChatList/ChatListModel.cpp
@@ -12,7 +12,7 @@ namespace Swift {
ChatListModel::ChatListModel() {
root_ = new ChatListGroupItem("", NULL);
- mucBookmarks_ = new ChatListGroupItem("MUC Bookmarks", root_);
+ mucBookmarks_ = new ChatListGroupItem("Bookmarked Rooms", root_);
root_->addItem(mucBookmarks_);
}