Changeset 5163

Show
Ignore:
Timestamp:
10/25/07 10:34:12 (4 years ago)
Author:
p_lindheimer
Message:

#2465 remove embedded eol chars from alert message, that was somehow creating an unterminated string - not sure why

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/functions.inc.php

    r5091 r5163  
    29272927    $msgInvalidDTMFMODE = _("Please enter the dtmfmode for this device"); 
    29282928    $msgInvalidChannel = _("Please enter the channel for this device"); 
    2929     $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?"); 
     2929    $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?"); 
    29302930    $msgInvalidSecret = _("Please enter a Secret for this device"); 
    29312931