diff --git a/includes/qcodo/_core/qform/QFileAssetBase.class.php b/includes/qcodo/_core/qform/QFileAssetBase.class.php index d885d52d..9f149bfc 100644 --- a/includes/qcodo/_core/qform/QFileAssetBase.class.php +++ b/includes/qcodo/_core/qform/QFileAssetBase.class.php @@ -58,7 +58,7 @@ public function Validate() { if ($this->strName) $this->strValidationError = $this->strName . QApplication::Translate(' is required'); else - $this->strValidationError = $this->strName . QApplication::Translate('Required'); + $this->strValidationError = QApplication::Translate('Required'); } }