diff options
5 files changed, 109 insertions, 119 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 3d46d9d9d5..0bb839294d 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -1,13 +1,13 @@  ;This file contains the information required to get Miranda up and running,
 -;i.e. everything before a database is loaded
 +;i.e., everything before a database is loaded
  ;Settings relating to the location and loading of the database
  [Database]
  ;ProfileDir
  ;The directory to search for database files. If it's a relative path then
 -;it's relative to the directory containing miranda32.exe.
 -;If no directory specified Profles subdirectory in miranda executable
 +;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
 +;If no directory specified Profles subdirectory in Miranda executable
  ;directory is assumed. You can use environment variables.
  ;To comply with Windows security guidelines, it is recommended to keep
  ;your profile in %APPDATA%\Miranda NG
 @@ -19,24 +19,22 @@ 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 or there is more or less than 1 db in the ProfileDir
  ShowProfileMgr=smart
  ;DefaultProfile
  ;Name of the profile to use if there's a choice. If Miranda is run with a
  ;command line parameter then that is used instead of this setting.
 -;Default is empty
 -;If ShowProfileMgr=never then this profile is run without question
 +;Default is empty.
 +;If ShowProfileMgr=never then this profile is run without question.
  ;Otherwise the profile manager is run as usual but initially this profile
 -;is selected
 -;
 -;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
 -;
 +;is selected.
 +;This string can contain environment variables, e.g., %USERNAME%
  DefaultProfile=
  ;AutoCreate
  ;"yes": If DefaultProfile or the command line parameter gives a profile
 -;name that doesn't exist then that profile is created.
 +;name that doesn't exist then that profile is created
  ;"no": (default) The profile manager is shown in this case
  AutoCreate=no
 @@ -52,22 +50,22 @@ AutoCreate=no  Use=yes
  ;Glob
 -;A global expression containing the files to watch for database settings
 +;A global expression containing the files to watch for database settings.
  ;This will be checked just after database load and continuously all the
 -;time Miranda is running
 +;time Miranda is running.
  ;If this contains a relative path, it's relative to the directory containing
 -;miranda32.exe
 +;Miranda32.exe / Miranda64.exe.
  ;Default: autoexec_*.ini
  Glob=autoexec_*.ini
  ;Safe
 -;A space-separated list of database module names known to be safe to alter
 +;A space-separated list of database module names known to be safe to alter.
  ;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
  Safe=CLC Icons CLUI CList SkinSounds PluginUpdater
  ;Unsafe
  ;A space-separated list of database module names that could be alter to
 -;malicious purposes (eg by faking a login server to steal passwords)
 +;malicious purposes (e.g., by faking a login server to steal passwords).
  ;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
  Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
 @@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire  OverrideSecurityFilename=autoexec_forced_*.ini
  ;OnCreateFilename
 -;Defines ini file that will be executed every time new profile is created.
 +;Defines .ini file that will be executed every time new profile is created.
  ;Default is empty (no override possible)
  OnCreateFilename=
 @@ -90,24 +88,24 @@ OnCreateFilename=  ;"notsafe": (default) Warn before each change to a setting in a group
  ;           that isn't listed in the 'Safe' setting
  ;"onlyunsafe": Warn before each change to a setting in a group that is
 -;           listed in the 'Unsafe' setting
 +;              listed in the 'Unsafe' setting
  ;"none": Never warn the user
  Warn=notsafe
  ;OnCompletion
 -;What to do with the ini file once it's imported
 +;What to do with the .ini file once it's imported
  ;"delete": Delete the file from the disk
  ;"recycle": (default) Move the file to the recycle bin (same as delete
  ;           if you've disabled Windows' recycle bin)
  ;"rename": Add the string in RenamePrefix to the beginning of the filename
  ;"leave": Leave the file as-is. Note that this could cause it to be
 -;         imported multiple times until it's moved.
 +;         imported multiple times until it's moved
  ;"ask": Show a dialog to ask the user
  OnCompletion=recycle
  ;RenamePrefix
  ;A string to add before the filename if the 'rename' option is used for
 -;OnCompletion. This can include a path specifier to move the file, eg ..\
 +;OnCompletion. This can include a path specifier to move the file, e.g., ..\
  ;Default: done_
  RenamePrefix=imported_
 @@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0  [Language]
  ; DefaultLanguage
 -; Stores the name of the default language pack to be loaded at startup
 -; If skipped, loads the first file that matches the langpack_*.txt mask
 +; Stores the name of the default language pack to be loaded at startup.
 +; If skipped, loads the first file that matches the langpack_*.txt mask.
  ; DefaultLanguage=langpack_german.txt
  DefaultLanguage=
 diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini index 658167a089..51e14b6cc2 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -1,15 +1,15 @@  ;This file contains the information required to get Miranda up and running,
 -;i.e. everything before a database is loaded
 +;i.e., everything before a database is loaded
  ;Settings relating to the location and loading of the database
  [Database]
  ;ProfileDir
  ;The directory to search for database files. If it's a relative path then
 -;it's relative to the directory containing miranda32.exe. 
 -;If no directory specified Profles subdirectory in miranda executable 
 +;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
 +;If no directory specified Profles subdirectory in Miranda executable
  ;directory is assumed. You can use environment variables.
 -;To comply with Windows security guidelines, it is recommended to keep 
 +;To comply with Windows security guidelines, it is recommended to keep
  ;your profile in %APPDATA%\Miranda NG
  ProfileDir=%APPDATA%\Miranda NG
 @@ -19,24 +19,22 @@ 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 or there is more or less than 1 db in the ProfileDir
  ShowProfileMgr=smart
  ;DefaultProfile
  ;Name of the profile to use if there's a choice. If Miranda is run with a
  ;command line parameter then that is used instead of this setting.
 -;Default is empty
 -;If ShowProfileMgr=never then this profile is run without question
 +;Default is empty.
 +;If ShowProfileMgr=never then this profile is run without question.
  ;Otherwise the profile manager is run as usual but initially this profile
 -;is selected
 -;
 -;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
 -;
 +;is selected.
 +;This string can contain environment variables, e.g., %USERNAME%
  DefaultProfile=
  ;AutoCreate
  ;"yes": If DefaultProfile or the command line parameter gives a profile
 -;name that doesn't exist then that profile is created.
 +;name that doesn't exist then that profile is created
  ;"no": (default) The profile manager is shown in this case
  AutoCreate=no
 @@ -52,22 +50,22 @@ AutoCreate=no  Use=yes
  ;Glob
 -;A global expression containing the files to watch for database settings
 +;A global expression containing the files to watch for database settings.
  ;This will be checked just after database load and continuously all the
 -;time Miranda is running
 +;time Miranda is running.
  ;If this contains a relative path, it's relative to the directory containing
 -;miranda32.exe
 +;Miranda32.exe / Miranda64.exe.
  ;Default: autoexec_*.ini
  Glob=autoexec_*.ini
  ;Safe
 -;A space-separated list of database module names known to be safe to alter
 +;A space-separated list of database module names known to be safe to alter.
  ;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
  Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
  ;Unsafe
  ;A space-separated list of database module names that could be alter to
 -;malicious purposes (eg by faking a login server to steal passwords)
 +;malicious purposes (e.g., by faking a login server to steal passwords).
  ;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
  Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
 @@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire  OverrideSecurityFilename=autoexec_forced_*.ini
  ;OnCreateFilename
 -;Defines ini file that will be executed every time new profile is created.
 +;Defines .ini file that will be executed every time new profile is created.
  ;Default is empty (no override possible)
  OnCreateFilename=
 @@ -90,24 +88,24 @@ OnCreateFilename=  ;"notsafe": (default) Warn before each change to a setting in a group
  ;           that isn't listed in the 'Safe' setting
  ;"onlyunsafe": Warn before each change to a setting in a group that is
 -;           listed in the 'Unsafe' setting
 +;              listed in the 'Unsafe' setting
  ;"none": Never warn the user
  Warn=notsafe
  ;OnCompletion
 -;What to do with the ini file once it's imported
 +;What to do with the .ini file once it's imported
  ;"delete": Delete the file from the disk
  ;"recycle": (default) Move the file to the recycle bin (same as delete
  ;           if you've disabled Windows' recycle bin)
  ;"rename": Add the string in RenamePrefix to the beginning of the filename
  ;"leave": Leave the file as-is. Note that this could cause it to be
 -;         imported multiple times until it's moved.
 +;         imported multiple times until it's moved
  ;"ask": Show a dialog to ask the user
  OnCompletion=recycle
  ;RenamePrefix
  ;A string to add before the filename if the 'rename' option is used for
 -;OnCompletion. This can include a path specifier to move the file, eg ..\
 +;OnCompletion. This can include a path specifier to move the file, e.g., ..\
  ;Default: done_
  RenamePrefix=imported_
 @@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0  [Language]
  ; DefaultLanguage
 -; Stores the name of the default language pack to be loaded at startup
 -; If skipped, loads the first file that matches the langpack_*.txt mask
 +; Stores the name of the default language pack to be loaded at startup.
 +; If skipped, loads the first file that matches the langpack_*.txt mask.
  ; DefaultLanguage=langpack_german.txt
  DefaultLanguage=
 diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini index 0252d0556b..5da0a6f48c 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -1,15 +1,15 @@  ;This file contains the information required to get Miranda up and running,
 -;i.e. everything before a database is loaded
 +;i.e., everything before a database is loaded
  ;Settings relating to the location and loading of the database
  [Database]
  ;ProfileDir
  ;The directory to search for database files. If it's a relative path then
 -;it's relative to the directory containing miranda32.exe. 
 -;If no directory specified Profles subdirectory in miranda executable 
 +;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
 +;If no directory specified Profles subdirectory in Miranda executable
  ;directory is assumed. You can use environment variables.
 -;To comply with Windows security guidelines, it is recommended to keep 
 +;To comply with Windows security guidelines, it is recommended to keep
  ;your profile in %APPDATA%\Miranda NG
  ProfileDir=
 @@ -19,24 +19,22 @@ 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 or there is more or less than 1 db in the ProfileDir
  ShowProfileMgr=smart
  ;DefaultProfile
  ;Name of the profile to use if there's a choice. If Miranda is run with a
  ;command line parameter then that is used instead of this setting.
 -;Default is empty
 -;If ShowProfileMgr=never then this profile is run without question
 +;Default is empty.
 +;If ShowProfileMgr=never then this profile is run without question.
  ;Otherwise the profile manager is run as usual but initially this profile
 -;is selected
 -;
 -;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
 -;
 +;is selected.
 +;This string can contain environment variables, e.g., %USERNAME%
  DefaultProfile=
  ;AutoCreate
  ;"yes": If DefaultProfile or the command line parameter gives a profile
 -;name that doesn't exist then that profile is created.
 +;name that doesn't exist then that profile is created
  ;"no": (default) The profile manager is shown in this case
  AutoCreate=no
 @@ -52,22 +50,22 @@ AutoCreate=no  Use=yes
  ;Glob
 -;A global expression containing the files to watch for database settings
 +;A global expression containing the files to watch for database settings.
  ;This will be checked just after database load and continuously all the
 -;time Miranda is running
 +;time Miranda is running.
  ;If this contains a relative path, it's relative to the directory containing
 -;miranda32.exe
 +;Miranda32.exe / Miranda64.exe.
  ;Default: autoexec_*.ini
  Glob=autoexec_*.ini
  ;Safe
 -;A space-separated list of database module names known to be safe to alter
 +;A space-separated list of database module names known to be safe to alter.
  ;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
  Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
  ;Unsafe
  ;A space-separated list of database module names that could be alter to
 -;malicious purposes (eg by faking a login server to steal passwords)
 +;malicious purposes (e.g., by faking a login server to steal passwords).
  ;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
  Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
 @@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire  OverrideSecurityFilename=autoexec_forced_*.ini
  ;OnCreateFilename
 -;Defines ini file that will be executed every time new profile is created.
 +;Defines .ini file that will be executed every time new profile is created.
  ;Default is empty (no override possible)
  OnCreateFilename=
 @@ -90,24 +88,24 @@ OnCreateFilename=  ;"notsafe": (default) Warn before each change to a setting in a group
  ;           that isn't listed in the 'Safe' setting
  ;"onlyunsafe": Warn before each change to a setting in a group that is
 -;           listed in the 'Unsafe' setting
 +;              listed in the 'Unsafe' setting
  ;"none": Never warn the user
  Warn=notsafe
  ;OnCompletion
 -;What to do with the ini file once it's imported
 +;What to do with the .ini file once it's imported
  ;"delete": Delete the file from the disk
  ;"recycle": (default) Move the file to the recycle bin (same as delete
  ;           if you've disabled Windows' recycle bin)
  ;"rename": Add the string in RenamePrefix to the beginning of the filename
  ;"leave": Leave the file as-is. Note that this could cause it to be
 -;         imported multiple times until it's moved.
 +;         imported multiple times until it's moved
  ;"ask": Show a dialog to ask the user
  OnCompletion=recycle
  ;RenamePrefix
  ;A string to add before the filename if the 'rename' option is used for
 -;OnCompletion. This can include a path specifier to move the file, eg ..\
 +;OnCompletion. This can include a path specifier to move the file, e.g., ..\
  ;Default: done_
  RenamePrefix=imported_
 @@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0  [Language]
  ; DefaultLanguage
 -; Stores the name of the default language pack to be loaded at startup
 -; If skipped, loads the first file that matches the langpack_*.txt mask
 +; Stores the name of the default language pack to be loaded at startup.
 +; If skipped, loads the first file that matches the langpack_*.txt mask.
  ; DefaultLanguage=langpack_german.txt
  DefaultLanguage=
 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 658167a089..51e14b6cc2 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini @@ -1,15 +1,15 @@  ;This file contains the information required to get Miranda up and running,
 -;i.e. everything before a database is loaded
 +;i.e., everything before a database is loaded
  ;Settings relating to the location and loading of the database
  [Database]
  ;ProfileDir
  ;The directory to search for database files. If it's a relative path then
 -;it's relative to the directory containing miranda32.exe. 
 -;If no directory specified Profles subdirectory in miranda executable 
 +;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
 +;If no directory specified Profles subdirectory in Miranda executable
  ;directory is assumed. You can use environment variables.
 -;To comply with Windows security guidelines, it is recommended to keep 
 +;To comply with Windows security guidelines, it is recommended to keep
  ;your profile in %APPDATA%\Miranda NG
  ProfileDir=%APPDATA%\Miranda NG
 @@ -19,24 +19,22 @@ 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 or there is more or less than 1 db in the ProfileDir
  ShowProfileMgr=smart
  ;DefaultProfile
  ;Name of the profile to use if there's a choice. If Miranda is run with a
  ;command line parameter then that is used instead of this setting.
 -;Default is empty
 -;If ShowProfileMgr=never then this profile is run without question
 +;Default is empty.
 +;If ShowProfileMgr=never then this profile is run without question.
  ;Otherwise the profile manager is run as usual but initially this profile
 -;is selected
 -;
 -;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
 -;
 +;is selected.
 +;This string can contain environment variables, e.g., %USERNAME%
  DefaultProfile=
  ;AutoCreate
  ;"yes": If DefaultProfile or the command line parameter gives a profile
 -;name that doesn't exist then that profile is created.
 +;name that doesn't exist then that profile is created
  ;"no": (default) The profile manager is shown in this case
  AutoCreate=no
 @@ -52,22 +50,22 @@ AutoCreate=no  Use=yes
  ;Glob
 -;A global expression containing the files to watch for database settings
 +;A global expression containing the files to watch for database settings.
  ;This will be checked just after database load and continuously all the
 -;time Miranda is running
 +;time Miranda is running.
  ;If this contains a relative path, it's relative to the directory containing
 -;miranda32.exe
 +;Miranda32.exe / Miranda64.exe.
  ;Default: autoexec_*.ini
  Glob=autoexec_*.ini
  ;Safe
 -;A space-separated list of database module names known to be safe to alter
 +;A space-separated list of database module names known to be safe to alter.
  ;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
  Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
  ;Unsafe
  ;A space-separated list of database module names that could be alter to
 -;malicious purposes (eg by faking a login server to steal passwords)
 +;malicious purposes (e.g., by faking a login server to steal passwords).
  ;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
  Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
 @@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire  OverrideSecurityFilename=autoexec_forced_*.ini
  ;OnCreateFilename
 -;Defines ini file that will be executed every time new profile is created.
 +;Defines .ini file that will be executed every time new profile is created.
  ;Default is empty (no override possible)
  OnCreateFilename=
 @@ -90,24 +88,24 @@ OnCreateFilename=  ;"notsafe": (default) Warn before each change to a setting in a group
  ;           that isn't listed in the 'Safe' setting
  ;"onlyunsafe": Warn before each change to a setting in a group that is
 -;           listed in the 'Unsafe' setting
 +;              listed in the 'Unsafe' setting
  ;"none": Never warn the user
  Warn=notsafe
  ;OnCompletion
 -;What to do with the ini file once it's imported
 +;What to do with the .ini file once it's imported
  ;"delete": Delete the file from the disk
  ;"recycle": (default) Move the file to the recycle bin (same as delete
  ;           if you've disabled Windows' recycle bin)
  ;"rename": Add the string in RenamePrefix to the beginning of the filename
  ;"leave": Leave the file as-is. Note that this could cause it to be
 -;         imported multiple times until it's moved.
 +;         imported multiple times until it's moved
  ;"ask": Show a dialog to ask the user
  OnCompletion=recycle
  ;RenamePrefix
  ;A string to add before the filename if the 'rename' option is used for
 -;OnCompletion. This can include a path specifier to move the file, eg ..\
 +;OnCompletion. This can include a path specifier to move the file, e.g., ..\
  ;Default: done_
  RenamePrefix=imported_
 @@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0  [Language]
  ; DefaultLanguage
 -; Stores the name of the default language pack to be loaded at startup
 -; If skipped, loads the first file that matches the langpack_*.txt mask
 +; Stores the name of the default language pack to be loaded at startup.
 +; If skipped, loads the first file that matches the langpack_*.txt mask.
  ; DefaultLanguage=langpack_german.txt
  DefaultLanguage=
 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 0252d0556b..5da0a6f48c 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini @@ -1,15 +1,15 @@  ;This file contains the information required to get Miranda up and running,
 -;i.e. everything before a database is loaded
 +;i.e., everything before a database is loaded
  ;Settings relating to the location and loading of the database
  [Database]
  ;ProfileDir
  ;The directory to search for database files. If it's a relative path then
 -;it's relative to the directory containing miranda32.exe. 
 -;If no directory specified Profles subdirectory in miranda executable 
 +;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
 +;If no directory specified Profles subdirectory in Miranda executable
  ;directory is assumed. You can use environment variables.
 -;To comply with Windows security guidelines, it is recommended to keep 
 +;To comply with Windows security guidelines, it is recommended to keep
  ;your profile in %APPDATA%\Miranda NG
  ProfileDir=
 @@ -19,24 +19,22 @@ 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 or there is more or less than 1 db in the ProfileDir
  ShowProfileMgr=smart
  ;DefaultProfile
  ;Name of the profile to use if there's a choice. If Miranda is run with a
  ;command line parameter then that is used instead of this setting.
 -;Default is empty
 -;If ShowProfileMgr=never then this profile is run without question
 +;Default is empty.
 +;If ShowProfileMgr=never then this profile is run without question.
  ;Otherwise the profile manager is run as usual but initially this profile
 -;is selected
 -;
 -;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
 -;
 +;is selected.
 +;This string can contain environment variables, e.g., %USERNAME%
  DefaultProfile=
  ;AutoCreate
  ;"yes": If DefaultProfile or the command line parameter gives a profile
 -;name that doesn't exist then that profile is created.
 +;name that doesn't exist then that profile is created
  ;"no": (default) The profile manager is shown in this case
  AutoCreate=no
 @@ -52,22 +50,22 @@ AutoCreate=no  Use=yes
  ;Glob
 -;A global expression containing the files to watch for database settings
 +;A global expression containing the files to watch for database settings.
  ;This will be checked just after database load and continuously all the
 -;time Miranda is running
 +;time Miranda is running.
  ;If this contains a relative path, it's relative to the directory containing
 -;miranda32.exe
 +;Miranda32.exe / Miranda64.exe.
  ;Default: autoexec_*.ini
  Glob=autoexec_*.ini
  ;Safe
 -;A space-separated list of database module names known to be safe to alter
 +;A space-separated list of database module names known to be safe to alter.
  ;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
  Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
  ;Unsafe
  ;A space-separated list of database module names that could be alter to
 -;malicious purposes (eg by faking a login server to steal passwords)
 +;malicious purposes (e.g., by faking a login server to steal passwords).
  ;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
  Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
 @@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire  OverrideSecurityFilename=autoexec_forced_*.ini
  ;OnCreateFilename
 -;Defines ini file that will be executed every time new profile is created.
 +;Defines .ini file that will be executed every time new profile is created.
  ;Default is empty (no override possible)
  OnCreateFilename=
 @@ -90,24 +88,24 @@ OnCreateFilename=  ;"notsafe": (default) Warn before each change to a setting in a group
  ;           that isn't listed in the 'Safe' setting
  ;"onlyunsafe": Warn before each change to a setting in a group that is
 -;           listed in the 'Unsafe' setting
 +;              listed in the 'Unsafe' setting
  ;"none": Never warn the user
  Warn=notsafe
  ;OnCompletion
 -;What to do with the ini file once it's imported
 +;What to do with the .ini file once it's imported
  ;"delete": Delete the file from the disk
  ;"recycle": (default) Move the file to the recycle bin (same as delete
  ;           if you've disabled Windows' recycle bin)
  ;"rename": Add the string in RenamePrefix to the beginning of the filename
  ;"leave": Leave the file as-is. Note that this could cause it to be
 -;         imported multiple times until it's moved.
 +;         imported multiple times until it's moved
  ;"ask": Show a dialog to ask the user
  OnCompletion=recycle
  ;RenamePrefix
  ;A string to add before the filename if the 'rename' option is used for
 -;OnCompletion. This can include a path specifier to move the file, eg ..\
 +;OnCompletion. This can include a path specifier to move the file, e.g., ..\
  ;Default: done_
  RenamePrefix=imported_
 @@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0  [Language]
  ; DefaultLanguage
 -; Stores the name of the default language pack to be loaded at startup
 -; If skipped, loads the first file that matches the langpack_*.txt mask
 +; Stores the name of the default language pack to be loaded at startup.
 +; If skipped, loads the first file that matches the langpack_*.txt mask.
  ; DefaultLanguage=langpack_german.txt
  DefaultLanguage=
  | 
