diff options
author | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
commit | ab93a29067b646a084b1cca9417a85c9b3d0f5e6 (patch) | |
tree | fd28a61661caed594e969631f27b98b2f4d61a02 /protocols/Gadu-Gadu | |
parent | 8265a1a385f6d88168e382c386605c6e48b8f7d4 (diff) |
- resource cosmetics: surround arrows (->) with spaces
- settings specified precisely in some places
git-svn-id: http://svn.miranda-ng.org/main/trunk@15401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/src/core.cpp | 2 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/src/userutils.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp index e56024d1c3..d62836ca5e 100644 --- a/protocols/Gadu-Gadu/src/core.cpp +++ b/protocols/Gadu-Gadu/src/core.cpp @@ -242,7 +242,7 @@ void __cdecl GGPROTO::mainthread(void *) { GG_FAILURE_INVALID, LPGENT("Received invalid server response.") },
{ GG_FAILURE_READING, LPGENT("The connection with the server was abortively closed during the connection attempt. You may have lost your local network connection.") },
{ GG_FAILURE_WRITING, LPGENT("The connection with the server was abortively closed during the connection attempt. You may have lost your local network connection.") },
- { GG_FAILURE_PASSWORD, LPGENT("Your Gadu-Gadu number and password combination was rejected by the Gadu-Gadu server. Please check login details at M->Options->Network->Gadu-Gadu and try again.") },
+ { GG_FAILURE_PASSWORD, LPGENT("Your Gadu-Gadu number and password combination was rejected by the Gadu-Gadu server. Please check login details at Options -> Network -> Gadu-Gadu and try again.") },
{ GG_FAILURE_404, LPGENT("Connecting to Gadu-Gadu hub failed.") },
{ GG_FAILURE_TLS, LPGENT("Cannot establish secure connection.") },
{ GG_FAILURE_NEED_EMAIL, LPGENT("Server disconnected asking you for changing your e-mail.") },
diff --git a/protocols/Gadu-Gadu/src/userutils.cpp b/protocols/Gadu-Gadu/src/userutils.cpp index 61ccdd4849..e1be7a0bfe 100644 --- a/protocols/Gadu-Gadu/src/userutils.cpp +++ b/protocols/Gadu-Gadu/src/userutils.cpp @@ -54,7 +54,7 @@ void *gg_doregister(GGPROTO *gg, char *newPass, char *newEmail) gg_pubdir_free(h);
gg->debugLogA("gg_doregister(): Account registration succesful.");
MessageBox( NULL,
- TranslateT("You have registered new account.\nPlease fill up your personal details in \"M->View/Change My Details...\""),
+ TranslateT("You have registered new account.\nPlease fill up your personal details in \"Main menu -> View/change my details...\""),
gg->m_tszUserName, MB_OK | MB_ICONINFORMATION);
}
|