summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e44996d6f8..7c7eedff7e 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2990,9 +2990,9 @@ void display_char_status(void)
if (you.slow && you.haste)
mpr( "You are under both slowing and hasting effects." );
else if (you.slow)
- mpr( "You actions are slowed." );
+ mpr( "Your actions are slowed." );
else if (you.haste)
- mpr( "You actions are hasted." );
+ mpr( "Your actions are hasted." );
if (you.might)
mpr( "You are mighty." );