Mercurial > hg > octave-nkf
diff libgui/src/m-editor/file-editor.cc @ 18413: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 | 3df71e1d3b24 |
children | 2ea741d22554 |
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc +++ b/libgui/src/m-editor/file-editor.cc @@ -912,7 +912,7 @@ #endif QAction *new_action = new QAction (QIcon (":/actions/icons/filenew.png"), - tr ("&New File"), _tool_bar); + tr ("&New Script"), _tool_bar); QAction *open_action = new QAction (QIcon (":/actions/icons/folder_documents.png"), tr ("&Open File..."), _tool_bar);