浏览代码

Minor fix.

Martijn Laan 5 年之前
父节点
当前提交
6be8aea89a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Examples/CodeAutomation2.iss

+ 1 - 1
Examples/CodeAutomation2.iss

@@ -82,7 +82,7 @@ begin
   PF := IPersistFile(Obj);
   OleCheck(PF.Save(ExpandConstant('{autodesktop}\CodeAutomation2 Test.lnk'), True));
 
-  MsgBox('Saved a shortcut named ''CodeAutomation2 Test'' on the common desktop.', mbInformation, mb_Ok);
+  MsgBox('Saved a shortcut named ''CodeAutomation2 Test'' on the desktop.', mbInformation, mb_Ok);
 end;
 
 {--- ITaskScheduler ---}