diff options
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 66de093c4e..8b4b328282 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.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
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
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini index 271fb8ad44..1646bb82c4 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng_stable/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_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini index e0966df85a..41fd3d4ea8 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng_stable/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
|