aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-group-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-group-chat.c b/libempathy-gtk/empathy-group-chat.c
index 6d3ffa79b..88555339c 100644
--- a/libempathy-gtk/empathy-group-chat.c
+++ b/libempathy-gtk/empathy-group-chat.c
@@ -652,7 +652,7 @@ group_chat_key_press_event (EmpathyChat *chat,
if (len == 1) {
if (is_start_of_buffer) {
- gtk_text_buffer_insert_at_cursor (buffer, ", ", 2);
+ gtk_text_buffer_insert_at_cursor (buffer, ": ", 2);
}
}