Index: trunk/ippTools/src/pxadmin.c
===================================================================
--- trunk/ippTools/src/pxadmin.c	(revision 18773)
+++ trunk/ippTools/src/pxadmin.c	(revision 18777)
@@ -128,9 +128,9 @@
         psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME");
 
-        fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName);
+        fprintf (stdout, "*** delete the tables from database %s? ***\n", dbName);
         fprintf (stdout, "*** to delete the tables, answer YES, and give password ***\n");
         fprintf (stdout, "*** WARNING: this action is permanent ***\n\n");
 
-        fprintf (stdout, "delete the chip tables (YES/[n]): ");
+        fprintf (stdout, "delete the tables (YES/[n]): ");
         fgets (line, 128, stdin);
         sscanf (line, "%s", answer);
