From d307f6ef3c601f77fdced434e8a649e9eaeef63d Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 4 Dec 2002 19:22:59 +0000 Subject: [PATCH] Delete File: should have a space after it git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1877 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/lang.cpp b/Source/lang.cpp index 630c669b..8864e612 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -47,7 +47,7 @@ extern char *english_strings[] = { "Create folder: ", "Create shortcut: ", "Created uninstaller: ", - "Delete file:", + "Delete file: ", "Delete on reboot: ", "Error creating shortcut: ", "Error creating: ",