Commit 4827d732 by Luciano Baraglia

Fixed typo

parent 8c8f3d0c
......@@ -464,7 +464,7 @@ abstract class Generator extends Model
} else {
$ph = '';
}
$str = "Yii::t('app', '" . $string . "'" . $ph . ")";
$string = "Yii::t('app', '" . $string . "'" . $ph . ")";
} else {
// No translatable, replace placeholders by real words, if any
if (count($placeholders) > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment