Qt: Misc text updates (#12110)

This commit is contained in:
Darkhost1999 2022-05-30 12:35:41 -05:00 committed by GitHub
parent 95233b5299
commit 0a7ac4d42a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -435,7 +435,7 @@ int main(int argc, char** argv)
{
if (fs::exists(lock_name))
{
report_fatal_error("Another instance of RPCS3 is running. Close it or kill its process, if necessary.");
report_fatal_error("Another instance of RPCS3 is running.\nClose it or kill its process, if necessary.");
}
report_fatal_error("Cannot create RPCS3.log (access denied)."