* fix typo swapping bcc / cc; Thanks to Sam for pointing this out.
authorWilfried Göesgens <willi@citadel.org>
Sun, 14 Jun 2009 17:53:58 +0000 (17:53 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 14 Jun 2009 17:53:58 +0000 (17:53 +0000)
webcit/static/t/edit_message.html

index f9542637960e569ea0fc0656fb38ce15e0a261cd..714c88c96769971b279dc513ea5c9b40807268bf 100644 (file)
@@ -65,7 +65,7 @@
 </tr>
 <tr>
   <th><label for="bcc_id"><?_("BCC:")></label></th>
-  <td><input autocomplete="off" type="text" name="bcc" id="bcc_id" value="<?BSTR("cc", "H")>" size=45 maxlength=1000 />
+  <td><input autocomplete="off" type="text" name="bcc" id="bcc_id" value="<?BSTR("bcc", "H")>" size=45 maxlength=1000 />
    <div class="auto_complete" id="bcc_name_choices"></div>
   </td>
 </tr>