mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Qt: Misc text updates (#12110)
This commit is contained in:
parent
95233b5299
commit
0a7ac4d42a
4 changed files with 4 additions and 4 deletions
|
@ -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)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue