typo fix.

This commit is contained in:
Qiang Xue
2013-08-17 13:43:48 -04:00
parent 775604ae03
commit 18da3eaa53

View File

@ -120,7 +120,7 @@ class Generator extends \yii\gii\Generator
<li><code>index</code> generates <code>actionIndex()</code></li>
<li><code>create-order</code> generates <code>actionCreateOrder()</code></li>
</ul>',
'ns' => 'This is the namespace that the new controller class will should use.',
'ns' => 'This is the namespace that the new controller class will use.',
'baseClass' => 'This is the class that the new controller class will extend from. Please make sure the class exists and can be autoloaded.',
);
}