Git commit 78b8b4c7a643c89846a7139e74adf897bfeec67f by Mariusz Glebocki. Committed on 18/11/2019 at 02:01. Pushed by hindenburg into branch 'master'.
Change title of control characters filter window GUI: M +1 -1 src/TerminalDisplay.cpp https://invent.kde.org/kde/konsole/commit/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")),
