aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 7534ea6d..dc1c7407 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -99,7 +99,7 @@ static const char *pretty_type_name(const char *name) {
const char *b;
} type_names[] = {
{ "keyboard", "Keyboard" },
- { "pointer", "Mouse" },
+ { "pointer", "Pointer" },
{ "touchpad", "Touchpad" },
{ "tablet_pad", "Tablet pad" },
{ "tablet_tool", "Tablet tool" },