Skip to content

Commit

Permalink
Update text in Export Customers to CSV box. #1177
Browse files Browse the repository at this point in the history
  • Loading branch information
pippinsplugins committed May 17, 2013
1 parent 7e38d43 commit ec398ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/reporting/reports.php
Expand Up @@ -266,7 +266,7 @@ function edd_reports_tab_export() {
<div class="postbox">
<h3><span><?php _e('Export Customers in CSV', 'edd'); ?></span></h3>
<div class="inside">
<p><?php _e( 'Download a CSV of all customer emails. Optionally export only customers that have purchased a particular product.', 'edd' ); ?></p>
<p><?php _e( 'Download a CSV of all customer emails. Optionally export only customers that have purchased a particular product. Note, if you have a large number of customers, exporting the purchase stats may fail.', 'edd' ); ?></p>
<p>
<form method="post" id="edd_customer_export">
<select name="edd_export_download" id="edd_customer_export_download">
Expand Down

0 comments on commit ec398ca

Please sign in to comment.