diff libgui/src/main-window.cc @ 18345:dfc6ef6ac455 gui-release

some text improvements in the gui (#bug 41201) * files-dock-widget.cc (constructor) * find-files-dialog.cc (constructor) * file-editor.cc (construct) * main-window.cc (construct_new_menu) * octave-qt-link.cc (do_debug_cd_or_addpath_error) * settings-dialog.ui (workspace tab) * workspace-model.cc (constructor) * workspace-view.cc (notice_settings) * libgui/languages: updated all language files (wihtout translations)
author Torsten <ttl@justmail.de>
date Thu, 23 Jan 2014 21:00:51 +0100
parents 770c525a1a2b
children 2ea741d22554
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Thu Jan 23 19:35:43 2014 +0100
+++ b/libgui/src/main-window.cc	Thu Jan 23 21:00:51 2014 +0100
@@ -1472,7 +1472,7 @@
 
   _new_script_action
     = new_menu->addAction (QIcon (":/actions/icons/filenew.png"),
-                           tr ("Script"));
+                           tr ("New Script"));
   _new_script_action->setShortcutContext (Qt::ApplicationShortcut);
 
   _new_function_action = new_menu->addAction (tr ("Function..."));