Faulty escape in empty.po. Source to problem.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2015 19:53:16 +0000 (20:53 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2015 19:53:16 +0000 (20:53 +0100)
includes/ui/ui_controls.inc

index 4b6d11cd8ef2891557f6e1663b814697d1cdd455..b3107a1d59b7b4088d122d4eaf798d452db30966 100644 (file)
@@ -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;');