even better wording (according to RFC2849)

This commit is contained in:
Pierangelo Masarati 2005-11-20 22:31:07 +00:00
parent 12d2901162
commit 165fb447be

View File

@ -648,7 +648,7 @@ process_ldif_rec( char *rbuf, int count )
rc = LDAP_PARAM_ERROR;
} else {
if ( new_entry && strcasecmp( type, T_DN_STR ) == 0 ) {
fprintf( stderr, _("%s: attributeType \"%s\":"
fprintf( stderr, _("%s: attributeDescription \"%s\":"
" (possible missing newline"
" after line %d of entry \"%s\"?)\n"),
prog, type, linenum - 1, dn );