diff --git a/options/default.xml b/options/default.xml
index 2d4a6125b..970d3d635 100644
--- a/options/default.xml
+++ b/options/default.xml
@@ -644,7 +644,7 @@ QLineEdit#le_status_text {
Shift+Del
- Ctrl+C
+
Ctrl+M
Ctrl+R
F2
diff --git a/qa/integration/psi-data/profiles/default/options.xml b/qa/integration/psi-data/profiles/default/options.xml
index d37f7ee2e..ebc5b68f9 100644
--- a/qa/integration/psi-data/profiles/default/options.xml
+++ b/qa/integration/psi-data/profiles/default/options.xml
@@ -454,7 +454,7 @@
Ctrl+M
Ctrl+R
- Ctrl+C
+
Del
Ctrl+L
diff --git a/src/msgmle.cpp b/src/msgmle.cpp
index 6f0e0f1c1..9b6db687e 100644
--- a/src/msgmle.cpp
+++ b/src/msgmle.cpp
@@ -633,7 +633,7 @@ void ChatEdit::insertAsQuote(const QString &text)
QString prevLine = toPlainText().left(pos - 1);
prevLine = prevLine.mid(prevLine.lastIndexOf("\n") + 1);
- auto sym = QChar::fromLatin1(0xBB); // closing double quote
+ auto sym = QChar::fromLatin1(0x3E); // closing double quote
QString quote = sym + ' ' + text;
quote.replace("\n", QStringLiteral("\n%1 ").arg(sym));
diff --git a/version b/version
index 7bc675337..19532ef71 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.5.2039 (2024-07-11, 449720c1)
+1.5.2040 (2024-07-17, b98f3936)