updated error messagebox text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3515 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7b8acb9237
commit
98d8b5704b
3 changed files with 6 additions and 6 deletions
|
@ -79,8 +79,8 @@ struct {
|
|||
{"^SpaceRequired", "Space required: ", BOTH_STATIC},
|
||||
{"^UninstallingText", "This wizard will uninstall $(^NameDA) from your computer. $_CLICK", NONE_STATIC},
|
||||
{"^UninstallingSubText", "Uninstalling from:", NONE_STATIC},
|
||||
{"^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", NONE_STATIC},
|
||||
{"^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", NONE_STATIC},
|
||||
{"^FileError", "Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Abort to stop the installation,\r\nRetry to try again, or\r\nIgnore to skip this file.", NONE_STATIC},
|
||||
{"^FileError_NoIgnore", "Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Retry to try again, or\r\nCancel to stop the installation.", NONE_STATIC},
|
||||
{"^CantWrite", "Can't write: ", BOTH_STATIC},
|
||||
{"^CopyFailed", "Copy failed", BOTH_STATIC},
|
||||
{"^CopyTo", "Copy to ", BOTH_STATIC},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue