summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorPringo <Pringo@users.noreply.github.com>2016-11-11 09:58:55 -0800
committerGitHub <noreply@github.com>2016-11-11 09:58:55 -0800
commit51750dc8f57f700bbd316f141626dcc704719d2c (patch)
tree6a0232e759f109f35395755503f7810a5b1aa42f /src/citra_qt/main.cpp
parent1f70365faa75e5dc25108d22bf0a0399b93761df (diff)
Minor Menu Fixes
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index 8322e2305..b904fec16 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -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()));