mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Fix some misspells
Note: in main.cpp there are many dirs similar to Program Files, so tip should be appropriate.
This commit is contained in:
parent
c47d04fd2f
commit
1a8fb61373
9 changed files with 23 additions and 27 deletions
|
@ -311,7 +311,7 @@ int main(int argc, char** argv)
|
|||
{
|
||||
report_fatal_error("Cannot create RPCS3.log (access denied)."
|
||||
#ifdef _WIN32
|
||||
"\nNote that RPCS3 cannot be installed in Program Files or similar directory with limited permissions."
|
||||
"\nNote that RPCS3 cannot be installed in Program Files or similar directories with limited permissions."
|
||||
#else
|
||||
"\nPlease, check RPCS3 permissions in '~/.config/rpcs3'."
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue