diff options
author | Matías Locatti <42481638+goldenx86@users.noreply.github.com> | 2021-12-16 06:57:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 06:57:45 +0100 |
commit | 333ccf23f8aedc6900131f6aa2720d61a01c73fb (patch) | |
tree | d2cc7d980d9a2dc4c6992e4611143935d7ea5c17 /src | |
parent | Changed link (diff) | |
download | yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar.gz yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar.bz2 yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar.lz yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar.xz yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.tar.zst yuzu-333ccf23f8aedc6900131f6aa2720d61a01c73fb.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 56a9c75da..d012477e4 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1301,8 +1301,8 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p case Core::SystemResultStatus::ErrorVideoCore: QMessageBox::critical( this, tr("An error occurred initializing the video core."), - tr("yuzu has encountered an error while running the video core, " - "this is usually caused by outdated GPU drivers, including integrated ones. " + tr("yuzu has encountered an error while running the video core. " + "This is usually caused by outdated GPU drivers, including integrated ones. " "Please see the log for more details. " "For more information on accessing the log, please see the following page: " "<a href='https://yuzu-emu.org/help/reference/log-files/'>" |