From f85c6387ff74bdb805fbb3a23b2af7dd087a982c Mon Sep 17 00:00:00 2001 From: snir sheriber Date: Tue, 25 Apr 2017 16:24:25 +0300 Subject: [PATCH 11/13] Remove redundant space from error message Resolves: rhbz#1365736 Acked-by: Victor Toso (cherry picked from commit 366344f37bc756137b0c5009135088f4bf562b04) --- src/spice-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice-channel.c b/src/spice-channel.c index 854fff6..df66386 100644 --- a/src/spice-channel.c +++ b/src/spice-channel.c @@ -1144,7 +1144,7 @@ static void spice_channel_failed_spice_authentication(SpiceChannel *channel, g_set_error_literal(&c->error, SPICE_CLIENT_ERROR, SPICE_CLIENT_ERROR_AUTH_NEEDS_PASSWORD, - _("Authentication failed: wrong password ?")); + _("Authentication failed: wrong password?")); c->event = SPICE_CHANNEL_ERROR_AUTH; -- 2.12.2