Minor updates to user-facing strings.

This commit is contained in:
Håvard Pettersson 2015-01-04 14:57:21 +01:00
parent dde3ce9512
commit 1e7be52e5b
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ twc_profile_load(struct t_twc_profile *profile)
if (!options.proxy_address || !options.proxy_port)
{
weechat_printf(profile->buffer,
"%sproxy is enabled, proxy information is "
"%sproxy is enabled, but proxy information is "
"incomplete; aborting",
weechat_prefix("error"));
return;
@ -272,7 +272,7 @@ twc_profile_load(struct t_twc_profile *profile)
if (!(profile->tox))
{
weechat_printf(profile->buffer,
"%sCould not create Tox instance!",
"%scould not create Tox instance",
weechat_prefix("error"));
return;
}