changeset 19760:94cc1bdaf884

Change text "Clear all" to "Clear Window" in right click menu (bug #44015). * QTerminal.h (QTerminal): Change text "Clear all" to "Clear Window" in _contextmenu.
author Rik <rik@octave.org>
date Mon, 16 Feb 2015 18:42:00 -0800
parents 5f2c0ca0ef51
children 3c3b9fce7d2b
files libgui/qterminal/libqterminal/QTerminal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/qterminal/libqterminal/QTerminal.h	Mon Feb 16 16:51:45 2015 -0800
+++ b/libgui/qterminal/libqterminal/QTerminal.h	Mon Feb 16 18:42:00 2015 -0800
@@ -142,7 +142,7 @@
 
     _contextMenu->addSeparator ();
 
-    _contextMenu->addAction (tr ("Clear All"), parent (),
+    _contextMenu->addAction (tr ("Clear Window"), parent (),
                              SLOT (handle_clear_command_window_request ()));
 
     connect (this, SIGNAL (customContextMenuRequested (QPoint)),