Minor updates to user-facing strings.

master
Håvard Pettersson 9 years ago
parent dde3ce9512
commit 1e7be52e5b

@ -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;
}

Loading…
Cancel
Save