[konsole] src: Change title of control characters filter window
Mariusz Glebocki
null at kde.org
Fri Nov 22 13:50:04 GMT 2019
Git commit 78b8b4c7a643c89846a7139e74adf897bfeec67f by Mariusz Glebocki.
Committed on 18/11/2019 at 02:01.
Pushed by scmsync into branch 'master'.
Change title of control characters filter window
GUI:
M +1 -1 src/TerminalDisplay.cpp
https://commits.kde.org/konsole/78b8b4c7a643c89846a7139e74adf897bfeec67f
diff --git a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp
index 48063da9..446bfe76 100644
--- a/src/TerminalDisplay.cpp
+++ b/src/TerminalDisplay.cpp
@@ -3220,7 +3220,7 @@ void TerminalDisplay::doPaste(QString text, bool appendReturn)
i18n("The text you're trying to paste contains hidden control characters, "
"do you want to filter them out?"),
unsafeCharacters,
- i18nc("@title", "Filter"),
+ i18nc("@title", "Confirm Paste"),
KGuiItem(i18nc("@action:button",
"Paste &without control characters"),
QStringLiteral("filter-symbolic")),
More information about the kde-doc-english
mailing list