[chronojump] Small fix
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Small fix
- Date: Wed, 21 Jan 2015 00:04:17 +0000 (UTC)
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]