'<p><strong>'.__('For more information:','easy-digital-downloads').'</strong></p>'.
'<p>'.sprintf(__('Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.','easy-digital-downloads'),$docs_url).'</p>'.
'<p>'.sprintf(
__('Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!','easy-digital-downloads'),
$upgrade_url
).'</p>'
);
}
$screen->add_help_tab(array(
'id'=>'edd-payments-overview',
'title'=>__('Overview','easy-digital-downloads'),
'content'=>
'<p>'.__('This screen provides access to all of the orders and refunds in your store.','easy-digital-downloads').'</p>'.
'<p>'.__('Orders can be searched by email address, user name, or filtered by status, mode, date range, gateway, and more!','easy-digital-downloads').'</p>'.
'<p>'.__('To maintain accurate reporting and accounting, we strongly advise against deleting any completed order data.','easy-digital-downloads').'</p>'
'<p>'.__('Orders are placed by customers when they buy things from your store.','easy-digital-downloads').'</p>'.
'<p>'.__('Every order contains a snapshot of your store at the time the order was placed, and is made up of many different pieces of information.','easy-digital-downloads').'</p>'.
'<p>'.__('Things like products, discounts, taxes, fees, and customer email address, are all examples of information that is saved with each order.','easy-digital-downloads').'</p>'.
'<p>'.__('Both full and partial refunds are supported.','easy-digital-downloads').'</p>'
'<p>'.__('Refunds are created when a customer would like money back from a completed order.','easy-digital-downloads').'</p>'.
'<p>'.__('Every refund refers back to the original order, and only contains the items and adjustments that were refunded.','easy-digital-downloads').'</p>'.
'<p>'.__('Refunds could be entire orders, or single products.','easy-digital-downloads').'</p>'.
'<p>'.__('Once an item is refunded, it cannot be undone; it can only be repurchased.','easy-digital-downloads').'</p>'
__('The customer\'s name or ID prefixed by %s','easy-digital-downloads'),
'<code>customer:</code>'
).'</li>
<li>'.sprintf(
__('A user\'s ID prefixed by %s','easy-digital-downloads'),
'<code>user:</code>'
).'</li>
<li>'.sprintf(
__('The %s ID prefixed by %s','easy-digital-downloads'),
edd_get_label_singular(),
'<code>#</code>'
).'</li>
<li>'.sprintf(
__('The Discount Code prefixed by %s','easy-digital-downloads'),
'<code>discount:</code>'
).'</li>
<li>'.sprintf(
__('A transaction ID prefixed by %s','easy-digital-downloads'),
'<code>txn:</code>'
).'</li>
</ul>',
));
$screen->add_help_tab(array(
'id'=>'edd-payments-details',
'title'=>__('Details','easy-digital-downloads'),
'content'=>
'<p>'.__('Each order can be further inspected by clicking the corresponding <em>View Order Details</em> link. This will provide more information including:','easy-digital-downloads').'</p>'.