Skip to content

Commit

Permalink
Dev: flash message for quick translate save
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent e3e12e5 commit 8cd597e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/translate.php
Expand Up @@ -74,6 +74,7 @@ public function index()
if ( $actionvalue == "translateSave" && Permission::model()->hasSurveyPermission($iSurveyID, 'translations', 'update') )
{
$this->_translateSave($iSurveyID, $tolang, $baselang, $tab_names);
Yii::app()->setFlashMessage(gT("Saved"),'success');
}

$tolangdesc = $supportedLanguages[$tolang]['description'];
Expand Down

0 comments on commit 8cd597e

Please sign in to comment.