From 3e013833c86bd840e77c5ca93bdac030bc4b71cf Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 13:28:30 -0800 Subject: [PATCH] fix redundant app display name in alert --- cmake/templates/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 9c0473f45f..f4ed460aa0 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1025,7 +1025,7 @@ FunctionEnd ${If} $R0 == 0 ; the process is running, ask the user if they want us to close it MessageBox MB_OK|MB_ICONEXCLAMATION \ - "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close ${displayName} and try again." + "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it and try again." Abort ${EndIf} !macroend