Get Unterminated String Constant when editing extensions on core 2.3.1.0 using Internet Explorer - not observed in FireFox.
Following resolves in: /var/www/html/admin/modules/core/functions.inc.php
Index: functions.inc.php
===================================================================
--- functions.inc.php (revision 5137)
+++ functions.inc.php (working copy)
@@ -2926,7 +2926,7 @@
// Some errors for the validation bits
$msgInvalidDTMFMODE = _("Please enter the dtmfmode for this device");
$msgInvalidChannel = _("Please enter the channel for this device");
- $msgConfirmSecret = _("You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device.\n\nAre you sure you want to leave the Secret empty?");
+ $msgConfirmSecret = _("You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?");
$msgInvalidSecret = _("Please enter a Secret for this device");
// zap