Changeset 5163
- Timestamp:
- 10/25/07 10:34:12 (4 years ago)
- Files:
-
- modules/branches/2.3/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/functions.inc.php
r5091 r5163 2927 2927 $msgInvalidDTMFMODE = _("Please enter the dtmfmode for this device"); 2928 2928 $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?"); 2930 2930 $msgInvalidSecret = _("Please enter a Secret for this device"); 2931 2931
