summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2015-02-05 18:29:34 (GMT)
committerKevin Smith <git@kismith.co.uk>2015-02-05 18:29:34 (GMT)
commit8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f (patch)
tree43f2443be3df60a38dc3722960bcb85722a1fd77
parentab1fff7fb56de38d9df3c6fba9c4efec9a3042bd (diff)
downloadswift-8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f.zip
swift-8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f.tar.bz2
Fix typo
Thanks Zash Change-Id: I696ab1e44b24e6b3fe2f829b854af3dbffcc0beb
-rw-r--r--Swift/QtUI/QtChatWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index 55cc26d..da1cf18 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -702,7 +702,7 @@ void QtChatWindow::handleActionButtonClicked() {
}
}
- QAction* bookmark = contextMenu.addAction(tr("Add boomark..."));
+ QAction* bookmark = contextMenu.addAction(tr("Add bookmark..."));
bookmark->setEnabled(isOnline_);
QAction* result = contextMenu.exec(QCursor::pos());