|
From: Andre R. <and...@us...> - 2006-03-10 09:58:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22926/Common/resources/Mac Modified Files: lang.r Log Message: Added error message about missing command shell. Index: lang.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/lang.r,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang.r 31 Jan 2006 19:11:32 -0000 1.10 --- lang.r 10 Mar 2006 09:58:49 -0000 1.11 *************** *** 716,720 **** "Can't execute command because the replacement string contains a non-existant group name at character #^0.", /* [161] */ ! "An item named Ò^0Ó already exists." // Replace it or create a duplicate?" /* 2005-09-26 creedon */ } }; --- 716,722 ---- "Can't execute command because the replacement string contains a non-existant group name at character #^0.", /* [161] */ ! "An item named Ò^0Ó already exists." // Replace it or create a duplicate?", /* 2005-09-26 creedon */ ! /* [162] */ ! "Can't run shell command because the shell \042^0\042 was not found.", /* 2006-03-10 aradke */ } }; |