--- parcel.old	2007-03-07 23:40:19.000000000 +0100
+++ parcel.module	2007-03-07 23:25:14.000000000 +0100
@@ -105,7 +105,7 @@ function parcel_productapi(&$node, $op, 
         '#default_value' => $node->mnid,
         '#size' => 30,
         '#maxlength' => 128,
-        '#description' => t('Enter a comma separated list of product ids (nid) to add to this transaction. Here is a <a href="%product_quicklist" onclick="window.open(this.href, \'%product_quicklist\', \'width=480,height=480,scrollbars=yes,status=yes\'); return false">list of all products</a>.', array('%product_quicklist' => url('admin/store/products/quicklist'))),
+        '#description' => t('Enter a comma separated list of product ids (nid) to add to this transaction. Here is a <a href="!product_quicklist" onclick="window.open(this.href, \'!product_quicklist\', \'width=480,height=480,scrollbars=yes,status=yes\'); return false">list of all products</a>.', array('!product_quicklist' => url('admin/store/products/quicklist'))),
       );
       
       return $form;
