Martijn Laan 5 лет назад
Родитель
Сommit
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 ---}