regardless of how many messages are in the mailbox. Thanks Jo Knox.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7837
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$result = sprintf(_("Viewing Messages: %s to %s (%s total)"),
'<b>'.$start_msg.'</b>', '<b>'.$end_msg.'</b>', $num_msgs);
} else if ($start_msg == $end_msg) {
- $result = sprintf(_("Viewing Message: %s (1 total)"), '<b>'.$start_msg.'</b>');
+ $result = sprintf(_("Viewing Message: %s (%s total)"), '<b>'.$start_msg.'</b>', $num_msgs);
} else {
$result = '<br />';
}
return $composesession;
}
+// vim: et ts=4
?>