Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Oct 11, 2014
1 parent 46e993d commit b28805a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/class-pos-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function upgrade( $old ) {
// alert the user about order-status change
$error = array (
'msg_type' => 'update-nag',
'msg' => sprintf( __('WooCommerce 2.2 changed the way order statuses are handled which the display of POS orders in the admin. Please update any orders with status <em>published</em> to the correct status (eg: <em>completed</em>). <a class="button-primary" href="%s">Check your POS orders</a>', 'woocommerce-pos'), admin_url('edit.php?post_status=publish&post_type=shop_order') )
'msg' => sprintf( __('WooCommerce 2.2 changed the way order statuses are handled which affected the display of POS orders in the admin. Please update any orders with status <em>Published</em> to the correct status (eg: <em>Completed</em>). <a class="button-primary" href="%s">Check your POS orders</a>', 'woocommerce-pos'), admin_url('edit.php?post_status=publish&post_type=shop_order') )
);
array_push( $this->notices, $error );
}
Expand Down
10 changes: 5 additions & 5 deletions languages/woocommerce-pos.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WooCommerce POS 0.3.3\n"
"Report-Msgid-Bugs-To: https://github.com/kilbot/WooCommerce-POS/issues\n"
"POT-Creation-Date: 2014-10-11 07:51:42+00:00\n"
"POT-Creation-Date: 2014-10-11 13:38:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -28,10 +28,10 @@ msgstr ""

#: admin/class-pos-admin.php:309
msgid ""
"WooCommerce 2.2 changed the way order statuses are handled which the "
"display of POS orders in the admin. Please update any orders with status "
"<em>published</em> to the correct status (eg: <em>completed</em>). <a "
"class=\"button-primary\" href=\"%s\">Check your POS orders</a>"
"WooCommerce 2.2 changed the way order statuses are handled which affected "
"the display of POS orders in the admin. Please update any orders with "
"status <em>Published</em> to the correct status (eg: <em>Completed</em>). "
"<a class=\"button-primary\" href=\"%s\">Check your POS orders</a>"
msgstr ""

#: admin/class-pos-admin.php:414 admin/class-pos-admin.php:415
Expand Down

0 comments on commit b28805a

Please sign in to comment.