Git commit 0b36d0aa82a9839ce7cc19d7dbd2fe9202725972 by Mariusz Glebocki. Committed on 18/11/2019 at 02:01. Pushed by scmsync into branch 'master'.
Rename buttons in control characters filter window GUI: M +3 -3 src/TerminalDisplay.cpp https://commits.kde.org/konsole/0b36d0aa82a9839ce7cc19d7dbd2fe9202725972 diff --git a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp index d88ff0f4..48063da9 100644 --- a/src/TerminalDisplay.cpp +++ b/src/TerminalDisplay.cpp @@ -3222,13 +3222,13 @@ void TerminalDisplay::doPaste(QString text, bool appendReturn) unsafeCharacters, i18nc("@title", "Filter"), KGuiItem(i18nc("@action:button", - "&Remove unprintable"), + "Paste &without control characters"), QStringLiteral("filter-symbolic")), KGuiItem(i18nc("@action:button", - "Confirm &paste"), + "&Paste everything"), QStringLiteral("edit-paste")), KGuiItem(i18nc("@action:button", - "&Cancel paste"), + "&Cancel"), QStringLiteral("dialog-cancel")), QStringLiteral("ShowPasteUnprintableWarning") );
