about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 2e466f61..8c93b065 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -3903,7 +3903,7 @@ cmd_carbons(gchar **args, struct cmd_help_t help)
     }
 
     gboolean result = _cmd_set_boolean_preference(args[0], help,
-        "Carbons message", PREF_CARBONS);
+        "Message carbons preference", PREF_CARBONS);
 
     // enable carbons
     if (strcmp(args[0], "on") == 0) {