about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 13a40ebf..d9a61727 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -9659,7 +9659,7 @@ cmd_mood(ProfWin* window, const char* const command, gchar** args)
             }
         }
     } else if (g_strcmp0(args[0], "clear") == 0) {
-        cons_show("Cleaning your user mood.");
+        cons_show("Clearing the user mood.");
         publish_user_mood(NULL, NULL);
     }
     return TRUE;