Skip to content

Commit

Permalink
Fixed issue #10464: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 18, 2016
1 parent 36efdba commit 2e32006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/survey/listSurveys_view.php
Expand Up @@ -55,6 +55,7 @@

// Number of row per page selection
'id' => 'survey-grid',
'emptyText'=>gT('No surveys found.'),
'summaryText'=>gT('Displaying {start}-{end} of {count} result(s).').' '. sprintf(gT('%s rows per page'),
CHtml::dropDownList(
'pageSize',
Expand Down

0 comments on commit 2e32006

Please sign in to comment.