summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorAndrea Pascal <andrea@anodium.net>2017-08-05 05:11:27 +0200
committerGitHub <noreply@github.com>2017-08-05 05:11:27 +0200
commitf55b7aefd998553648c6d7692d8dcf94057ca7ca (patch)
tree34efb65fbbd195240cb30049b0775fdc855f4673 /src/citra_qt
parentMerge pull request #2855 from bunnei/telemetry-additional-fields (diff)
downloadyuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar.gz
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar.bz2
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar.lz
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar.xz
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.tar.zst
yuzu-f55b7aefd998553648c6d7692d8dcf94057ca7ca.zip
Diffstat (limited to 'src/citra_qt')
-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 02bfdca3d..c1ae0ccc8 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -311,7 +311,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
if (!gladLoadGL()) {
QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"),
- tr("Your GPU may not support OpenGL 3.3, or you do not"
+ tr("Your GPU may not support OpenGL 3.3, or you do not "
"have the latest graphics driver."));
return false;
}