No need to escape quotes, the slashes will show in the output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3075 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c71cd7f2cf
commit
419d351fc3
8 changed files with 169 additions and 14 deletions
|
@ -120,9 +120,9 @@ $(^Name) will be uninstalled from the following folder. $_CLICK
|
|||
# ^UninstallingSubText
|
||||
Uninstalling from:
|
||||
# ^FileError
|
||||
Error opening file for writing: \r\n\t\"$0\"\r\nHit abort to abort installation,\r\nretry to retry writing the file, or\r\nignore to skip this file
|
||||
Error opening file for writing: \r\n\t"$0"\r\nHit abort to abort installation,\r\nretry to retry writing the file, or\r\nignore to skip this file
|
||||
# ^FileError_NoIgnore
|
||||
Error opening file for writing: \r\n\t\"$0\"\r\nHit retry to retry writing the file, or\r\ncancel to abort installation
|
||||
Error opening file for writing: \r\n\t"$0"\r\nHit retry to retry writing the file, or\r\ncancel to abort installation
|
||||
# ^CantWrite
|
||||
"Can't write: "
|
||||
# ^CopyFailed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue