# HG changeset patch # User Torsten Lilge # Date 1714838199 -7200 # Node ID a22f385de6ba3a511520f291847b4ddd62ca746a # Parent 1ab09074c74b01f76ea502f6a9d1a2e7bd809bfe 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 diff -r 1ab09074c74b -r a22f385de6ba libgui/src/m-editor/file-editor.cc --- 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