diff options
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 @@ -699,13 +699,13 @@ void QtChatWindow::handleActionButtonClicked() { invite->setEnabled(isOnline_); break; } } } - QAction* bookmark = contextMenu.addAction(tr("Add boomark...")); + QAction* bookmark = contextMenu.addAction(tr("Add bookmark...")); bookmark->setEnabled(isOnline_); QAction* result = contextMenu.exec(QCursor::pos()); if (result == NULL) { /* Skip processing. Note that otherwise, because the actions could be null they could match */ } |