Update of /cvsroot/phpslash/phpslash-ft/class
In directory sc8-pr-cvs1:/tmp/cvs-serv23684/phpslash-ft/class
Modified Files:
Comment.class
Log Message:
Comment messages translated
Index: Comment.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/Comment.class,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Comment.class 20 Dec 2002 22:17:29 -0000 1.40
--- Comment.class 22 Jan 2003 18:23:53 -0000 1.41
***************
*** 354,358 ****
break;
default:
! error("Comment::getAllComments: I'm confused with the mode variable: '$this->mode'");
}
--- 354,358 ----
break;
default:
! $allcomments = sprintf(pslgetText("Comment::getAllComments: I'm confused with the mode variable: '%s'"), $this->mode);
}
|