From a156bf10529dad33714a73d825529d3ce5ff5a28 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 27 Oct 2019 02:22:56 +0200 Subject: [PATCH] Change the motivational quote of the installer to a better one --- PowerEditor/installer/nppSetup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 927523e6..b51a4ce1 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -276,6 +276,6 @@ Section -FinishSection Call writeInstallInfoInRegistry SectionEnd -BrandingText "The best things in life are free. Notepad++ is free. So Notepad++ is the best" +BrandingText "Software is like sex: It's better when it's free" ; eof