Fixed missing network prefix in message.

This commit is contained in:
Håvard Pettersson 2014-09-04 18:54:30 +02:00
parent 68254cfb80
commit 43874e23cc
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ tox_weechat_cmd_friend(void *data, struct t_gui_buffer *buffer,
break;
default:
weechat_printf(tox_main_buffer,
"Friend request sent!",
"%sFriend request sent!",
weechat_prefix("network"));
break;
}