Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Sánchez authored and mikeho committed Oct 15, 2010
1 parent d8e5f9d commit 24b042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/qcodo/_core/qform/QFileAssetBase.class.php
Expand Up @@ -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');
}
}

Expand Down

0 comments on commit 24b042b

Please sign in to comment.