[Spice-devel] [PATCH spice-gtk 1/2] file-xfer: Error messages should always be translated

Victor Toso victortoso at redhat.com
Mon Jul 3 13:28:16 UTC 2017


From: Victor Toso <me at victortoso.com>

Signed-off-by: Victor Toso <victortoso at redhat.com>
---
 src/channel-main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/channel-main.c b/src/channel-main.c
index 4edd575..1c77c7b 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -3119,7 +3119,7 @@ void spice_main_file_copy_async(SpiceMainChannel *channel,
                                 spice_main_file_copy_async,
                                 SPICE_CLIENT_ERROR,
                                 SPICE_CLIENT_ERROR_FAILED,
-                                "The agent is not connected");
+                                _("The agent is not connected"));
         return;
     }
 
-- 
2.13.0



More information about the Spice-devel mailing list