2
0
Martijn Laan 5 жил өмнө
parent
commit
6be8aea89a

+ 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 ---}