git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9323
7612ce4b-ef26-0410-bec9-
ea0150e637f0
case SQM_COL_SIZE: echo _("Size"); break;
case SQM_COL_PRIO:
if ($bIcons) {
- echo '<img src="' . $sImageLocation. 'prio_high.png" border="0" height="10" width="5" alt="!" title="'. _("Attachment") . '" />';
+ echo '<img src="' . $sImageLocation. 'prio_high.png" border="0" height="10" width="5" alt="!" title="'. _("Priority") . '" />';
} else {
echo '!';
}
break;
case SQM_COL_ATTACHMENT:
if ($bIcons) {
- echo '<img src="' . $sImageLocation. 'attach.png" border="0" height="10" width="6" alt="+" title="' . _("Priority") . '"/>';
+ echo '<img src="' . $sImageLocation. 'attach.png" border="0" height="10" width="6" alt="+" title="' . _("Attachment") . '"/>';
} else {
echo '+';
}