diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c
index 86b1c404a7babe2c35fd1be54c5cd491d2a0ee73..63d01d4761d486c313299e09edf354b7876f1ce8 100644
--- a/clients/tools/ldapsearch.c
+++ b/clients/tools/ldapsearch.c
@@ -794,7 +794,7 @@ getNextPage:
 			filtpattern );
 
 		if ( attrs == NULL ) {
-			fprintf( stderr, _("ALL") );
+			fprintf( stderr, _("All userApplication attributes") );
 		} else {
 			for ( i = 0; attrs[ i ] != NULL; ++i ) {
 				fprintf( stderr, "%s ", attrs[ i ] );