Skip to content

Commit

Permalink
Fixed issue #10944: Replace language selector in survey settings with…
Browse files Browse the repository at this point in the history
… a more space-saving select box

Dev Translation fixed
  • Loading branch information
c-schmitz committed Apr 29, 2016
1 parent b75fbd6 commit a16eede
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
'value' => Survey::model()->findByPk($surveyid)->additionalLanguages,
'name' => 'additional_languages',
'pluginOptions' => array(
'placeholder' => 'Select additional languages',
'placeholder' => gt('Select additional languages','unescaped'),
)));
/*
Expand Down

0 comments on commit a16eede

Please sign in to comment.