summaryrefslogtreecommitdiff
path: root/tools/installer_ng
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-03-28 22:12:33 +0300
committerdartraiden <wowemuh@gmail.com>2022-03-28 22:13:06 +0300
commit252c0a9c6f373d2bd9d5212420aae2b29f811d3f (patch)
tree13228e4ef9352b67ab8dd3f4631f86e537b1d311 /tools/installer_ng
parentdd73f92c55cb026b52c8b04cb1dc50d621822a95 (diff)
OR implies the sufficiency of ANY condition, but in reality, if the first condition is met (no profile name passed via cmdline) and the second is not (one profile), the profile manager will not be shown, so we need AND here
Diffstat (limited to 'tools/installer_ng')
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini2
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
index 271fb8ad44..1646bb82c4 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
@@ -19,7 +19,7 @@ ProfileDir=%APPDATA%\Miranda NG
;"never": Only show it if the profile to use can't be guessed by any means
;"yes": Always show it
;"smart": (default) Show it if the command line doesn't contain a db name
-; that exists or there is more or less than 1 db in the ProfileDir
+; that exists and there is more or less than 1 db in the ProfileDir
ShowProfileMgr=smart
;DefaultProfile
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
index e0966df85a..41fd3d4ea8 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
@@ -19,7 +19,7 @@ ProfileDir=
;"never": Only show it if the profile to use can't be guessed by any means
;"yes": Always show it
;"smart": (default) Show it if the command line doesn't contain a db name
-; that exists or there is more or less than 1 db in the ProfileDir
+; that exists and there is more or less than 1 db in the ProfileDir
ShowProfileMgr=smart
;DefaultProfile