slightly better wording

This commit is contained in:
Kurt Zeilenga 2005-11-20 21:28:32 +00:00
parent 64156a68b2
commit 210638e3c5

View file

@ -648,8 +648,9 @@ 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\": "
"(missing newline after line %d of entry \"%s\"?)\n"),
fprintf( stderr, _("%s: attributeType \"%s\":"
" (possible missing newline"
" after line %d of entry \"%s\"?)\n"),
prog, type, linenum - 1, dn );
}
addmodifyop( &pmods, modop, type, &val );