Skip to content

Commit

Permalink
Fix - Typo of "Choose and order status" to "Choose an order status"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Duff committed May 16, 2020
1 parent 167b8e6 commit 6ec668f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 29 deletions.
2 changes: 1 addition & 1 deletion classes/class-wc-invoice-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function init_form_fields() {
'desc_tip' => true,
),
'order_status' => array(
'title' => __( 'Choose and order status', 'wc-invoice-gateway' ),
'title' => __( 'Choose an order status', 'wc-invoice-gateway' ),
'type' => 'select',
'class' => 'wc-enhanced-select',
'css' => 'width: 450px;',
Expand Down
70 changes: 42 additions & 28 deletions languages/wc-invoice-gateway.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Invoice Gateway\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-26 21:06+0000\n"
"POT-Creation-Date: 2020-05-16 15:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
Expand All @@ -14,117 +14,131 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/"

#: wc-invoice-gateway.php:158
#: wc-invoice-gateway.php:161
msgid ""
"The WooCommerce Invoice Gateway extension requires that you have the "
"WooCommerce core plugin installed and activated."
msgstr ""

#: wc-invoice-gateway.php:158
#: wc-invoice-gateway.php:161
msgid "Install WooCommerce"
msgstr ""

#: wc-invoice-gateway.php:182
#: wc-invoice-gateway.php:185
msgid "View WooCommerce Settings"
msgstr ""

#: wc-invoice-gateway.php:182
#: wc-invoice-gateway.php:185
msgid "Settings"
msgstr ""

#: classes/class-wc-invoice-gateway.php:53
#: classes/class-wc-invoice-gateway.php:57
msgid "Invoice Payments"
msgstr ""

#: classes/class-wc-invoice-gateway.php:54
#: classes/class-wc-invoice-gateway.php:58
msgid ""
"Allows invoice payments. Sends an order email to the store admin who'll have "
"to manually create and send an invoice to the customer."
msgstr ""

#: classes/class-wc-invoice-gateway.php:73
#: classes/class-wc-invoice-gateway.php:77
msgid "Enable/Disable"
msgstr ""

#: classes/class-wc-invoice-gateway.php:75
#: classes/class-wc-invoice-gateway.php:79
msgid "Enable Invoice Payment"
msgstr ""

#: classes/class-wc-invoice-gateway.php:79
#: classes/class-wc-invoice-gateway.php:83
msgid "Title"
msgstr ""

#: classes/class-wc-invoice-gateway.php:81
#: classes/class-wc-invoice-gateway.php:85
msgid "This controls the title which the user sees during checkout."
msgstr ""

#: classes/class-wc-invoice-gateway.php:82
#: classes/class-wc-invoice-gateway.php:86
msgid "Invoice Payment"
msgstr ""

#: classes/class-wc-invoice-gateway.php:86
#: classes/class-wc-invoice-gateway.php:90
msgid "Description"
msgstr ""

#: classes/class-wc-invoice-gateway.php:88
#: classes/class-wc-invoice-gateway.php:92
msgid "Payment method description which the user sees during checkout."
msgstr ""

#: classes/class-wc-invoice-gateway.php:89
#: classes/class-wc-invoice-gateway.php:93
msgid "Thank you for your order. You'll be invoiced soon."
msgstr ""

#: classes/class-wc-invoice-gateway.php:93
#: classes/class-wc-invoice-gateway.php:97
msgid "Instructions"
msgstr ""

#: classes/class-wc-invoice-gateway.php:95
#: classes/class-wc-invoice-gateway.php:99
msgid ""
"Instructions that will be added to the thank you page after checkout and "
"included within the new order email."
msgstr ""

#: classes/class-wc-invoice-gateway.php:96
#: classes/class-wc-invoice-gateway.php:100
msgid ""
"If you're an account customer you'll be invoiced soon with regards to "
"payment for your order."
msgstr ""

#: classes/class-wc-invoice-gateway.php:100
msgid "Choose and order status"
#: classes/class-wc-invoice-gateway.php:104
msgid "Choose an order status"
msgstr ""

#: classes/class-wc-invoice-gateway.php:105
#: classes/class-wc-invoice-gateway.php:109
msgid "Choose the order status that will be set after checkout"
msgstr ""

#: classes/class-wc-invoice-gateway.php:109
#: classes/class-wc-invoice-gateway.php:113
msgid "Select order status"
msgstr ""

#: classes/class-wc-invoice-gateway.php:113
#: classes/class-wc-invoice-gateway.php:117
msgid "Restrict to specific user roles"
msgstr ""

#: classes/class-wc-invoice-gateway.php:122
msgid ""
"Choose specific user roles the gateway will display for. If no user roles "
"are chosen the gateway will display for all users"
msgstr ""

#: classes/class-wc-invoice-gateway.php:126
msgid "Select user roles"
msgstr ""

#: classes/class-wc-invoice-gateway.php:130
msgid "Enable for shipping methods"
msgstr ""

#: classes/class-wc-invoice-gateway.php:118
#: classes/class-wc-invoice-gateway.php:135
msgid ""
"If Invoice is only available for certain methods, set it up here. Leave "
"blank to enable for all methods."
msgstr ""

#: classes/class-wc-invoice-gateway.php:122
#: classes/class-wc-invoice-gateway.php:139
msgid "Select shipping methods"
msgstr ""

#: classes/class-wc-invoice-gateway.php:126
#: classes/class-wc-invoice-gateway.php:143
msgid "Accept for virtual orders"
msgstr ""

#: classes/class-wc-invoice-gateway.php:127
#: classes/class-wc-invoice-gateway.php:144
msgid "Accept Invoice if the order is virtual"
msgstr ""

#: classes/class-wc-invoice-gateway.php:226
#: classes/class-wc-invoice-gateway.php:275
msgid "Awaiting invoice payment"
msgstr ""

Expand Down

0 comments on commit 6ec668f

Please sign in to comment.