浏览代码

Tweak the UsedUserAreas warning.

Martijn Laan 7 年之前
父节点
当前提交
ff9af60682
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Projects/CompMsgs.pas

+ 2 - 2
Projects/CompMsgs.pas

@@ -243,8 +243,8 @@ const
   
   { Area checks }
   SCompilerUsedUserAreasWarning = 'The [%s] section directive "%s" is set to "%s" but per-user areas (%s) are used by the script. ' +
-    'Regardless of the version of Windows, if the installation is administrative then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. ' +
-    'See the help file for more information.';
+    'Regardless of the version of Windows, if the installation is running in administrative install mode then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. ' +
+    'See the "UsedUserAreasWarning" topic in help file for more information.';
 
   { Directive parsing }
   SCompilerDirectiveNameMissing = 'Missing directive name';