From c389dc1204205da3235907b9db3ab4aaf246719b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 26 Jun 2017 23:48:14 +0200 Subject: [PATCH] Double escape of slash in translatable js strings. Fixed. --- lang/new_language_template/LC_MESSAGES/empty.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/new_language_template/LC_MESSAGES/empty.po b/lang/new_language_template/LC_MESSAGES/empty.po index 1a7aef5a..61e437fb 100644 --- a/lang/new_language_template/LC_MESSAGES/empty.po +++ b/lang/new_language_template/LC_MESSAGES/empty.po @@ -14001,7 +14001,7 @@ msgid "" msgstr "" #: sales/sales_order_entry.php:756 sales/sales_order_entry.php:765 -msgid "You are about to void this Document.\\nDo you want to continue?" +msgid "You are about to void this Document.\nDo you want to continue?" msgstr "" #: sales/sales_order_entry.php:759 @@ -14010,7 +14010,7 @@ msgstr "" #: sales/sales_order_entry.php:763 msgid "" -"You are about to cancel undelivered part of this order.\\nDo you want to " +"You are about to cancel undelivered part of this order.\nDo you want to " "continue?" msgstr "" -- 2.30.2