diff options
author | Kevin Smith <git@kismith.co.uk> | 2015-02-05 18:29:34 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2015-02-05 18:29:34 (GMT) |
commit | 8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f (patch) | |
tree | 43f2443be3df60a38dc3722960bcb85722a1fd77 /Swift/QtUI | |
parent | ab1fff7fb56de38d9df3c6fba9c4efec9a3042bd (diff) | |
download | swift-8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f.zip swift-8ebce494f5e2d9a612de1e8d1ed851bdca6a4b3f.tar.bz2 |
Fix typo
Thanks Zash
Change-Id: I696ab1e44b24e6b3fe2f829b854af3dbffcc0beb
Diffstat (limited to 'Swift/QtUI')
-rw-r--r-- | Swift/QtUI/QtChatWindow.cpp | 2 |
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()); |