From 28a39cec8a39dfd2e168b4b95f6f4cb006427a57 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 5 Nov 2015 20:53:16 +0100 Subject: [PATCH] Faulty escape in empty.po. Source to problem. --- includes/ui/ui_controls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 4b6d11cd..b3107a1d 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -670,7 +670,7 @@ function page_processing($msg = false) global $Ajax; if ($msg === true) - $msg = _('Entered data has not been saved yet.\nDo you want to abandon changes?'); + $msg = _("Entered data has not been saved yet.\nDo you want to abandon changes?"); $js = "_validate._processing=" . ( $msg ? '\''.strtr($msg, array("\n"=>'\\n')) . '\';' : 'null;'); -- 2.30.2