فهرست منبع

* Fixed typo (by Tomasz Wieckowsky, bug ID #25379)

git-svn-id: trunk@26141 -
michael 11 سال پیش
والد
کامیت
a2c561ebbe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/fcl-base/src/fpexprpars.pp

+ 1 - 1
packages/fcl-base/src/fpexprpars.pp

@@ -695,7 +695,7 @@ Resourcestring
   SErrInvalidNumber = 'Invalid numerical value : %s';
   SErrNoOperand = 'No operand for unary operation %s';
   SErrNoleftOperand = 'No left operand for binary operation %s';
-  SErrNoRightOperand = 'No left operand for binary operation %s';
+  SErrNoRightOperand = 'No right operand for binary operation %s';
   SErrNoNegation = 'Cannot negate expression of type %s : %s';
   SErrNoNOTOperation = 'Cannot perform "not" on expression of type %s: %s';
   SErrTypesDoNotMatch = 'Type mismatch: %s<>%s for expressions "%s" and "%s".';