summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 4b327f57ad..d73034ad88 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -489,8 +489,8 @@ static void _print_stats_qv(int y)
}
else
{
- textcolor(DARKGREY);
- cprintf("-) (nothing)");
+ textcolor(LIGHTGREY);
+ cprintf("Nothing quivered");
}
textcolor(LIGHTGREY);