瀏覽代碼

Merge pull request #2860 from anodium/patch-1

Quickfix typo in OpenGL 3.3 error message
James Rowe 9 年之前
父節點
當前提交
343bbfdabc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/citra_qt/main.cpp

+ 1 - 1
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;
     }