Skip to content

Commit

Permalink
Update option label
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Oct 8, 2014
1 parent 449ef55 commit 5a92222
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
28 changes: 15 additions & 13 deletions languages/woocommerce-product-gift-wrap.pot
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WooCommerce Product Gift Wrap 1.1.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/woocommerce-product-gift-"
"wrap\n"
"POT-Creation-Date: 2014-10-08 14:48:02+00:00\n"
"POT-Creation-Date: 2014-10-08 15:16:38+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -18,11 +18,11 @@ msgid "Gift wrap this item for %s?"
msgstr ""

#: woocommerce-product-gift-wrap.php:52
msgid "Default Gift Wrap Status"
msgid "Gift Wrapping Enabled by Default?"
msgstr ""

#: woocommerce-product-gift-wrap.php:53
msgid "Enable this to allow gift wrapping by default."
msgid "Enable this to allow gift wrapping for products by default."
msgstr ""

#: woocommerce-product-gift-wrap.php:58
Expand All @@ -37,40 +37,42 @@ msgstr ""
msgid "Gift Wrap Message"
msgstr ""

#: woocommerce-product-gift-wrap.php:66
msgid "Default"
#: woocommerce-product-gift-wrap.php:67
msgid ""
"Note: <code>{checkbox}</code> will be replaced with a checkbox and <code>"
"{price}</code> will be replaced with the gift wrap cost."
msgstr ""

#: woocommerce-product-gift-wrap.php:69
msgid "The checkbox and label shown to the user on the frontend."
msgstr ""

#: woocommerce-product-gift-wrap.php:115
#: woocommerce-product-gift-wrap.php:117
msgid "free"
msgstr ""

#: woocommerce-product-gift-wrap.php:180 woocommerce-product-gift-wrap.php:219
#: woocommerce-product-gift-wrap.php:186 woocommerce-product-gift-wrap.php:226
msgid "Gift Wrapped"
msgstr ""

#: woocommerce-product-gift-wrap.php:181 woocommerce-product-gift-wrap.php:182
#: woocommerce-product-gift-wrap.php:219
#: woocommerce-product-gift-wrap.php:187 woocommerce-product-gift-wrap.php:188
#: woocommerce-product-gift-wrap.php:226
msgid "Yes"
msgstr ""

#: woocommerce-product-gift-wrap.php:242
#: woocommerce-product-gift-wrap.php:251
msgid "Gift Wrappable"
msgstr ""

#: woocommerce-product-gift-wrap.php:243
#: woocommerce-product-gift-wrap.php:252
msgid "Enable this option if the customer can choose gift wrapping."
msgstr ""

#: woocommerce-product-gift-wrap.php:248
#: woocommerce-product-gift-wrap.php:257
msgid "Gift Wrap Cost"
msgstr ""

#: woocommerce-product-gift-wrap.php:251
#: woocommerce-product-gift-wrap.php:260
msgid "Override the default cost by inputting a cost here."
msgstr ""

Expand Down
1 change: 1 addition & 0 deletions woocommerce-product-gift-wrap.php
Expand Up @@ -64,6 +64,7 @@ public function __construct() {
array(
'name' => __( 'Gift Wrap Message', 'woocommerce-product-gift-wrap' ),
'id' => 'product_gift_wrap_message',
'desc' => __( 'Note: <code>{checkbox}</code> will be replaced with a checkbox and <code>{price}</code> will be replaced with the gift wrap cost.', 'woocommerce-product-gift-wrap' ),
'type' => 'text',
'desc_tip' => __( 'The checkbox and label shown to the user on the frontend.', 'woocommerce-product-gift-wrap' )
),
Expand Down

0 comments on commit 5a92222

Please sign in to comment.