From ab83c73711f008b03c46bb7c8727f4b9bc618063 Mon Sep 17 00:00:00 2001 From: RMN Date: Tue, 18 Nov 2014 10:53:51 +0000 Subject: well, it seems only nouns are acceptable after "due to" git-svn-id: http://svn.miranda-ng.org/main/trunk@11009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Sametime/src/meanwhile/src/error.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols') diff --git a/protocols/Sametime/src/meanwhile/src/error.c b/protocols/Sametime/src/meanwhile/src/error.c index 64530ce60a..23977c6626 100644 --- a/protocols/Sametime/src/meanwhile/src/error.c +++ b/protocols/Sametime/src/meanwhile/src/error.c @@ -239,9 +239,9 @@ char* mwErrorDesc(guint32 code) { CASE(CONNECTION_RESET, LPGEN("The connection has been reset")); CASE(CONNECTION_TIMED, LPGEN("The connection has timed out")); CASE(CONNECTION_CLOSED, LPGEN("The connection has been closed")); - CASE(MULTI_SERVER_LOGIN, LPGEN("Disconnected due to logging in two Sametime servers concurrently (1)")); - CASE(MULTI_SERVER_LOGIN2, LPGEN("Disconnected due to logging in two Sametime servers concurrently (2)")); - CASE(MULTI_LOGIN_COMP, LPGEN("Disconnected due to logging in from another computer.")); + CASE(MULTI_SERVER_LOGIN, LPGEN("Disconnected due to login in two Sametime servers concurrently (1)")); + CASE(MULTI_SERVER_LOGIN2, LPGEN("Disconnected due to login in two Sametime servers concurrently (2)")); + CASE(MULTI_LOGIN_COMP, LPGEN("Disconnected due to login from another computer.")); CASE(MUTLI_LOGIN_ALREADY, LPGEN("Unable to log in because you are already logged on from another computer")); CASE(SERVER_BROKEN, LPGEN("Unable to log in because the server is either unreachable, or not configured properly.")); CASE(SERVER_PATH_OLD, LPGEN("Unable to log in to home Sametime server through the requested server, since your home server needs to be upgraded.")); -- cgit v1.2.3