Skip to content

Commit

Permalink
Make message translatable
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 3, 2014
1 parent eb66742 commit 2e72c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/DisplayResults.class.php
Expand Up @@ -970,7 +970,7 @@ private function _getAdditionalFieldsForTableNavigation(

$numberOfRowsPlaceholder = null;
if ($_SESSION['tmpval']['max_rows'] == self::ALL_ROWS) {
$numberOfRowsPlaceholder = 'All';
$numberOfRowsPlaceholder = __('All');
}

$numberOfRowsChoices = array(
Expand Down

0 comments on commit 2e72c46

Please sign in to comment.