Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Sep 17, 2013
2 parents 08ac91f + 100416c commit 07d2783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/DisplayResults.class.php
Expand Up @@ -4979,7 +4979,7 @@ private function _setMessageInformation(
$message->addMessage('(');

if (!$message_view_warning) {
$message_total = PMA_Message::notice($precount . __('%d total'));
$message_total = PMA_Message::notice($pre_count . __('%d total'));
$message_total->addParam($total);

if (!empty($after_count)) {
Expand Down

0 comments on commit 07d2783

Please sign in to comment.