diff options
| -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()); | 
 Swift
 Swift