Skip to content
Snippets Groups Projects
Commit 343bbfda authored by James Rowe's avatar James Rowe Committed by GitHub
Browse files

Merge pull request #2860 from anodium/patch-1

Quickfix typo in OpenGL 3.3 error message
parents 0dc285dc f55b7aef
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment