From 7e1196a4b1974764487e08403949308dd5932d50 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 13 May 2009 18:19:03 +0000 Subject: [PATCH] bug #2790298 - whatever... git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5964 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 98b5226f..d82800f6 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -181,7 +181,7 @@ If `DirVerify leave' is used, the Next button will not be disabled if the instal \c file error text -Replaces the default text that comes up when a file cannot be written to. This string can contain a reference to $0, which is the filename ($0 is temporarily changed to this value). Example: "Can not write to file $\\r$\\n$0$\\r$\\ngood luck, bitch.". +Replaces the default text that comes up when a file cannot be written to. This string can contain a reference to $0, which is the filename ($0 is temporarily changed to this value). Example: "Can not write to file $\\r$\\n$0$\\r$\\ngood luck.". Accepts variables. If variables are used, they must be initialized before \R{file}{File} is used.