Skip to content

Commit

Permalink
Dev Fixed translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 19, 2015
1 parent 2a24f19 commit 6fe91d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/questions.php
Expand Up @@ -1040,7 +1040,7 @@ public function ajaxchecklabel()
$aErrorMessages=array();
if ($bCheckAssessments && $iLabelsWithAssessmentValues)
{
$aErrorMessages[]=gT('The existing label has assessment values assigned.').'<strong>'.gT('If you replace the label set the existing asssessment values will be lost.').'</strong>';
$aErrorMessages[]=gT('The existing label set has some assessment values assigned.').'<strong>'.gT('If you replace the label set the existing asssessment values will be lost.').'</strong>';
}
if (count(array_diff($aLabelSetLanguages,$aNewLanguages)))
{
Expand Down

0 comments on commit 6fe91d5

Please sign in to comment.