summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorPringo <Pringo@users.noreply.github.com>2016-11-11 18:58:55 +0100
committerGitHub <noreply@github.com>2016-11-11 18:58:55 +0100
commit51750dc8f57f700bbd316f141626dcc704719d2c (patch)
tree6a0232e759f109f35395755503f7810a5b1aa42f /src/citra_qt/main.cpp
parentUpdate CONTRIBUTING.md (diff)
downloadyuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.gz
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.bz2
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.lz
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.xz
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.zst
yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.zip
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()));