projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92516cf
)
Faulty escape in empty.po. Source to problem.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2015 19:53:16 +0000
(20:53 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2015 19:53:16 +0000
(20:53 +0100)
includes/ui/ui_controls.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_controls.inc
b/includes/ui/ui_controls.inc
index 4b6d11cd8ef2891557f6e1663b814697d1cdd455..b3107a1d59b7b4088d122d4eaf798d452db30966 100644
(file)
--- 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;');