From 82d134c29af27e892b0c250cff6cc85ad06b2ca5 Mon Sep 17 00:00:00 2001 From: cohrs Date: Tue, 6 Aug 2002 05:04:14 +0000 Subject: [PATCH] B06011 - grammar bit --- src/shk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shk.c b/src/shk.c index 7bff75753..3aed69525 100644 --- a/src/shk.c +++ b/src/shk.c @@ -2624,7 +2624,7 @@ move_on: || (obj->oclass == FOOD_CLASS && obj->oeaten) || (Is_candle(obj) && obj->age < 20L * (long)objects[obj->otyp].oc_cost)) { - pline("%s seems not interested%s.", Monnam(shkp), + pline("%s seems uninterested%s.", Monnam(shkp), cgold ? " in the rest" : ""); if (container) dropped_container(obj, shkp, FALSE);