[chronojump] Small fix



commit 7beb27398d76ca7977eca15a0fb250ea04d0be50
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 21 01:03:52 2015 +0100

    Small fix

 src/json_post.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/json_post.cs b/src/json_post.cs
index c44de47..ff3937d 100644
--- a/src/json_post.cs
+++ b/src/json_post.cs
@@ -62,7 +62,8 @@ public class JsonPost
                try {
                        dataStream = request.GetRequestStream ();
                } catch {
-                       this.ResultMessage = Catalog.GetString("Could not send file.\nYou are not connected 
to the Internet\nor (http://api.chronojump.org:8080) server is down.");
+                       this.ResultMessage = string.Format(Catalog.GetString("Could not send file.\nYou are 
not connected to the Internet\nor {0} server is down."), 
+                                       "http://api.chronojump.org:8080";);
                        return false;
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]