PrajapatiRaj / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

typos in profileField view files #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) modules/user/views/profileField/update.php

-<h1><?php echo UserModule::t('Update ProfileField ').$model->id; ?></h1>
+<h1><?php echo UserModule::t('Update Profile Field').$model->id; ?></h1>

2) modules/user/views/profileField/view.php
-CHtml::linkButton(UserModule::t('Delete Profile 
Field'),array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you 
sure to delete this item?')),
+CHtml::linkButton(UserModule::t('Delete Profile 
Field'),array('submit'=>array('delete','id'=>$model->id),'confirm'=>UserModule::
t('Are you sure to delete this item?'))),

Original issue reported on code.google.com by soft...@gmail.com on 23 Feb 2011 at 4:44

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r123.

Original comment by mish...@gmail.com on 2 Jun 2011 at 3:08