Minor updates to user-facing strings.
This commit is contained in:
parent
dde3ce9512
commit
1e7be52e5b
@ -252,7 +252,7 @@ twc_profile_load(struct t_twc_profile *profile)
|
|||||||
if (!options.proxy_address || !options.proxy_port)
|
if (!options.proxy_address || !options.proxy_port)
|
||||||
{
|
{
|
||||||
weechat_printf(profile->buffer,
|
weechat_printf(profile->buffer,
|
||||||
"%sproxy is enabled, proxy information is "
|
"%sproxy is enabled, but proxy information is "
|
||||||
"incomplete; aborting",
|
"incomplete; aborting",
|
||||||
weechat_prefix("error"));
|
weechat_prefix("error"));
|
||||||
return;
|
return;
|
||||||
@ -272,7 +272,7 @@ twc_profile_load(struct t_twc_profile *profile)
|
|||||||
if (!(profile->tox))
|
if (!(profile->tox))
|
||||||
{
|
{
|
||||||
weechat_printf(profile->buffer,
|
weechat_printf(profile->buffer,
|
||||||
"%sCould not create Tox instance!",
|
"%scould not create Tox instance",
|
||||||
weechat_prefix("error"));
|
weechat_prefix("error"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user