Merge pull request #2170 from Pringo/master

Minor Menu Fixes
This commit is contained in:
Yuri Kunde Schlesner 2016-11-11 11:07:53 -08:00 committed by GitHub
commit f784595a61
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget);
graphicsTracingWidget->hide();
auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica surface viewer"), this);
auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica Surface Viewer"), this);
connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this,
SLOT(OnCreateGraphicsSurfaceViewer()));

View file

@ -148,7 +148,7 @@
</action>
<action name="action_Configure">
<property name="text">
<string>Configure ...</string>
<string>Configure...</string>
</property>
</action>
<action name="actionDisplay_widget_title_bars">