[chronojump] Changed two "server is disconnected" strings



commit b5489356a2fca0143647a3367c7c9ed80c75942e
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 29 15:54:51 2020 +0100

    Changed two "server is disconnected" strings

 src/constants.cs    | 2 +-
 src/gui/networks.cs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index ab187b16..3dbcbeb3 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -237,7 +237,7 @@ public class Constants
        }
        public static string ServerDisconnectedMessage()
        {
-               return Catalog.GetString("Server is disconnected.");
+               return Catalog.GetString("Cannot connect with server!");
        }
 
        //server
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index b363bdd4..98c628f3 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -631,7 +631,7 @@ public partial class ChronoJumpWindow
                        Person pServer = json.GetPersonByRFID(capturedRFID);
 
                        if(! json.Connected) {
-                               LogB.Information("Server is disconnected!");
+                               LogB.Information("Cannot connect with server!");
                                if(dialogMessageNotAtServer == null || ! dialogMessageNotAtServer.Visible)
                                {
                                        dialogMessageNotAtServer = new DialogMessage(


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