Changeset 7591
- Timestamp:
- 04/27/09 15:09:11 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/login.php
r6731 r7591 193 193 } 194 194 else { 195 $_SESSION['ari_error'] = "Incorrect Password";195 $_SESSION['ari_error'] = _("Incorrect Username or Password"); 196 196 return; 197 197 } … … 265 265 else if ($protocol_username==$username && 266 266 $protocol_password!=$password) { 267 $_SESSION['ari_error'] = _("Incorrect Password");267 $_SESSION['ari_error'] = _("Incorrect Username or Password"); 268 268 return; 269 269 }
