From 1fd7e3fe116bb2c399c5cb213a92b28de10ffff9 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Tue, 12 Jan 2010 15:35:52 +0000 Subject: [PATCH] Change the ProgressView strings: - I18n the window title, - it's unnecessary for a window to have window in its title, - adjust casing, - do not use show in the view menu, - sync window title and menu entry. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32984 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/stdmenus.inc | 2 +- src/frontends/qt4/GuiProgressView.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 062b034894..14ae538da5 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -309,7 +309,7 @@ Menuset Item "Unfold Math Macro|n" "math-macro-unfold" Item "Fold Math Macro|d" "math-macro-fold" Separator - Item "Show progress messages" "dialog-toggle progress" + Item "View Progress/Debug Messages" "dialog-toggle progress" Item "View Source|S" "dialog-toggle view-source" ViewFormats UpdateFormats diff --git a/src/frontends/qt4/GuiProgressView.cpp b/src/frontends/qt4/GuiProgressView.cpp index ccab654ebc..3d4133ca8e 100644 --- a/src/frontends/qt4/GuiProgressView.cpp +++ b/src/frontends/qt4/GuiProgressView.cpp @@ -49,7 +49,7 @@ GuiProgressView::~GuiProgressView() GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area, Qt::WindowFlags flags) - : DockView(parent, "progress", "Debug/Progress window", area, flags) + : DockView(parent, "progress", qt_("Progress/Debug Messages"), area, flags) { widget_ = new ProgressViewWidget(); widget_->setMinimumHeight(150); -- 2.39.2