From 165fb447be6dcd020437d870683eaf148f2dab68 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 20 Nov 2005 22:31:07 +0000 Subject: [PATCH] even better wording (according to RFC2849) --- clients/tools/ldapmodify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index e1c3d1abe7..f87742f703 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -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 ); -- 2.39.5