Stupid stupid stupid
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Apr 2005 01:19:21 +0000 (01:19 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Apr 2005 01:19:21 +0000 (01:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9323 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/message_list.tpl

index 6995fb1850f5f98a4ac2466a247302a2b0af8b3a..01aab28b3a7600c3726f6aac6474206b90c0441c 100644 (file)
@@ -235,14 +235,14 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16];
           case SQM_COL_SIZE:       echo  _("Size");    break;
           case SQM_COL_PRIO:
                if ($bIcons) {
           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) {
                } 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  '+';
                }
                } else {
                   echo  '+';
                }