changeset 33531:a22f385de6ba

rename editor menu entries for running tests and demos in current file * file-editor.cc (construct): rename menu entries for making clear that the file is saved
author Torsten Lilge <ttl-octave@mailbox.org>
date Sat, 04 May 2024 17:56:39 +0200
parents 1ab09074c74b
children 5157dd5a6c9a
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Sat May 04 16:44:52 2024 +0200
+++ b/libgui/src/m-editor/file-editor.cc	Sat May 04 17:56:39 2024 +0200
@@ -2452,12 +2452,12 @@
 
   m_run_tests_action
     = add_action (_run_menu,
-                  tr ("Run All &Tests in File"),
+                  tr ("Save File and Run All &Tests"),
                   SLOT (request_run_tests (bool)));
 
   m_run_demos_action
     = add_action (_run_menu,
-                  tr ("Run All &Demos in File"),
+                  tr ("Save File and Run All &Demos"),
                   SLOT (request_run_demos (bool)));
 
   // help menu