about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-29 20:55:37 +0000
committerJames Booth <boothj5@gmail.com>2015-10-29 20:55:37 +0000
commit86354a2bc5edf9552b0d173d92ad3104476b343f (patch)
tree44fcd425bb13bb858dc20686cff60af380c3e03c /src/ui
parent4e6ea6ad1bab30235cded55b73f484c15cf688ff (diff)
downloadprofani-tty-86354a2bc5edf9552b0d173d92ad3104476b343f.tar.gz
Added /subject append <text>
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index eb36ba22..a48d987b 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1578,7 +1578,7 @@ ui_room_subject(const char *const roomjid, const char *const nick, const char *c
             }
         } else {
             if (nick) {
-                win_vprint(window, '!', 0, NULL, 0, THEME_ROOMINFO, "", "*%s has cleared the room subject: ", nick);
+                win_vprint(window, '!', 0, NULL, 0, THEME_ROOMINFO, "", "*%s has cleared the room subject.", nick);
             } else {
                 win_vprint(window, '!', 0, NULL, 0, THEME_ROOMINFO, "", "Room subject cleared");
             }