From 1e7be52e5b62735d1afd003491dc62b860887e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sun, 4 Jan 2015 14:57:21 +0100 Subject: [PATCH] Minor updates to user-facing strings. --- src/twc-profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/twc-profile.c b/src/twc-profile.c index 831eda6..517e103 100644 --- a/src/twc-profile.c +++ b/src/twc-profile.c @@ -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; }