Change message for @wipe not finding any attributes to wipe
authorAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 18:02:32 +0000 (18:02 +0000)
committerAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 18:02:32 +0000 (18:02 +0000)
src/set.c

index 00c0e48bc49375252c93b33203b50a7cfe334ed9..d4fca916373fc2033e235b400a402dda889a236a 100644 (file)
--- a/src/set.c
+++ b/src/set.c
@@ -1124,7 +1124,7 @@ do_wipe(dbref player, char *name)
   we_are_wiping = 1;
 
   if (!atr_iter_get(player, thing, pattern, 0, wipe_helper, NULL))
-    notify(player, T("No matching attributes."));
+    notify(player, T("No attributes wiped."));
   else
     notify(player, T("Attributes wiped."));