Skip to content

Commit

Permalink
Dev : better translation string for browse response (answer to response)
Browse files Browse the repository at this point in the history
Dev: sorry for translator :)
  • Loading branch information
Shnoulle committed Nov 4, 2012
1 parent d78b511 commit bab15ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/responses.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public function view($iSurveyID, $iId, $sBrowseLang = '')
}
else
{
Yii::app()->session['flashmessage'] = $clang->gT("This answer doesn't exist.");
Yii::app()->session['flashmessage'] = $clang->gT("This response ID is invalid.");
}

$aViewUrls[] = 'browseidfooter_view';
Expand Down

0 comments on commit bab15ee

Please sign in to comment.