diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-03-10 04:18:15 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-03-10 04:18:15 +0100 |
commit | 8059da0f0a88921a8d138bc42d086daf86551276 (patch) | |
tree | d21eaeb6cd9c9fd1efeee70c00f5bd8ec74dedff | |
parent | 380dd53dee4b72afbe7d58c2b757b5a83ac52806 (diff) | |
download | ratpoison-8059da0f0a88921a8d138bc42d086daf86551276.zip |
Tweak error message.
-rw-r--r-- | src/messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages.h b/src/messages.h index c9efe01..bea93ad 100644 --- a/src/messages.h +++ b/src/messages.h @@ -25,7 +25,7 @@ #define MESSAGE_NO_OTHER_WINDOW "No other window" #define MESSAGE_NO_OTHER_FRAME "No other frame" #define MESSAGE_NO_MANAGED_WINDOWS "No managed windows" -#define MESSAGE_UNKNOWN_COMMAND ": unknown command '%s'" +#define MESSAGE_UNKNOWN_COMMAND "unknown command '%s'" #define MESSAGE_WINDOW_INFORMATION "This is window %d (%s)" #define MESSAGE_RAISE_TRANSIENT "Raise request from transient window %d (%s)" |