Added CDATA wrapping for all comments.

This commit is contained in:
Rich Morgan 2015-01-08 16:58:50 -05:00
parent 5f95611d49
commit 154679c0ad
1 changed files with 13 additions and 10 deletions

View File

@ -28,9 +28,8 @@
<pairing_code translate="label">
<label>Pairing Code</label>
<comment>
<![CDATA[Create a pairing code for your account at <a href="https://bitpay.com/api-tokens" target="_blank">https://bitpay.com/api-tokens</a> and put
the code that was generated in this field. Once you have paired your Mangento store you can begin accepted Bitcoins as payment
on your store.]]>
<![CDATA[You must first create a pairing code for your BitPay Merchant account at <a href="https://bitpay.com/api-tokens" target="_blank">https://bitpay.com/api-tokens</a> and copy/paste
that code here. Once you have successfully paired this Magento store with your BitPay Merchant account, you can begin accepting Bitcoins as payment.]]>
</comment>
<frontend_type>text</frontend_type>
<backend_model>bitpay/config_pairingCode</backend_model>
@ -51,7 +50,7 @@
<title translate="label">
<label>Title</label>
<comment>
What your customers will see during their checkout experience.
<![CDATA[This is the payment method name your customers will see during checkout.]]>
</comment>
<frontend_type>text</frontend_type>
<sort_order>20</sort_order>
@ -73,7 +72,9 @@
</network>
<debug translate="label">
<label>Debug</label>
<comment>By enabling this, it will output more verbose information in log files.</comment>
<comment>
<![CDATA[By enabling this, it will output more verbose information in log files.]]>
</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>40</sort_order>
@ -105,7 +106,9 @@
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment><![CDATA[Determines when a BitPay payment confirmation is sent.<br /><strong>High:</strong> an invoice is confirmed immediately when payment received.<br /><strong>Medium:</strong> an invoice is confirmed after 1 block confirmation by the network (~10 mins).<br /><strong>Low:</strong> an invoice is confirmed after 6 block confirmations by the network (~1 hour).<br />The default and safest setting is "Low". A "High" setting is quicker to generate a payment confirmation but is riskier since the transaction could have not been officially confirmed by the Bitcoin network itself.]]></comment>
<comment>
<![CDATA[Determines when a BitPay payment confirmation is sent.<br /><strong>High:</strong> an invoice is confirmed immediately when payment received.<br /><strong>Medium:</strong> an invoice is confirmed after 1 block confirmation by the Bitcoin network (~10 mins).<br /><strong>Low:</strong> an invoice is confirmed after 6 block confirmations by the Bitcoin network (~1 hour).<br />The default and safest setting is "Low". A "High" setting is quicker to generate a payment confirmation but is riskier since the transaction could have not been officially confirmed by the Bitcoin network itself.]]>
</comment>
</speed>
<mage_settings_heading>
<label>Magento Specific Settings</label>
@ -169,7 +172,7 @@
<invoice_paid translate="label">
<label>Paid</label>
<comment>
An invoice is considered "paid" when the Bitcoin network sees a transaction.
<![CDATA[An invoice is considered "paid" when the Bitcoin network sees a transaction.]]>
</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_order_status</source_model>
@ -181,7 +184,7 @@
<invoice_confirmed translate="label">
<label>Confirmed</label>
<comment>
A confirmed invoice means that the Bitcoin network has approved the transaction.
<![CDATA[A confirmed invoice means that the Bitcoin network has approved the transaction.]]>
</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_order_status</source_model>
@ -193,7 +196,7 @@
<invoice_complete translate="label">
<label>Complete</label>
<comment>
Complete invoices mean that the funds for the sale have been confirmed and deposited into your BitPay merchant account.
<![CDATA[A completed BitPay invoice indicates the payment for the invoice has been fully confirmed by the Bitcoin network and the funds have been deposited into your BitPay Merchant account.]]>
</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_order_status</source_model>
@ -206,7 +209,7 @@
<label>Requirements</label>
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
<comment>
This extension will not function if you do not meet the system requirements.
<![CDATA[This extension will not function if you do not meet the system requirements.]]>
</comment>
<sort_order>500</sort_order>
<show_in_default>1</show_in_default>