Skip to content

Commit

Permalink
Fixed issue #10768: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 21, 2016
1 parent 67645ce commit 857d2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/labels/labelsets_view.php
Expand Up @@ -18,6 +18,7 @@

// Number of row per page selection
'id' => 'labelsets-grid',
'emptyText'=>gT('No label sets 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 857d2b9

Please sign in to comment.