Skip to content

Commit

Permalink
Translate method change from Yii to Yum
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeR committed Jan 13, 2014
1 parent 3abb4a9 commit bb2cf09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions usergroup/views/groups/success.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p> The Usergroup <?php echo $model; ?> has been successfully created </p>
<?php
echo Yum::t('The Usergroup {groupname} has been successfully created', array('groupname' => $model))
?>

<?php echo CHtml::Button(Yii::t('app', 'Back'), array('id' => $relation.'_done')); ?><?php echo CHtml::Button(Yii::t('app', 'Add another Usergroup'), array('id' => $relation.'_create'));
<?php
echo CHtml::Button(Yum::t('Back'), array('id' => $relation.'_done'));
echo CHtml::Button(Yum::t('Add another Usergroup'), array('id' => $relation.'_create'));

0 comments on commit bb2cf09

Please sign in to comment.