diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
commit | 7a4faae157b9c17359e1cd95712f0197dd6ea2e2 (patch) | |
tree | e0aee704d98a0f07735c740d5d8f6b90c165b665 /protocols/Twitter | |
parent | f23d2dcf82788deb778056912f1e59360e116138 (diff) |
spelling correction (e.g. twitter -> Twitter)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/res/twitter.rc | 2 | ||||
-rw-r--r-- | protocols/Twitter/src/connection.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc index 6b6e88fc56..e6f813dee1 100644 --- a/protocols/Twitter/res/twitter.rc +++ b/protocols/Twitter/res/twitter.rc @@ -62,7 +62,7 @@ BEGIN EDITTEXT IDC_GROUP,54,49,131,12,ES_AUTOHSCROLL
LTEXT "Default group:",IDC_STATIC,0,50,54,14
LTEXT "Username:",IDC_STATIC,0,9,51,13
- LTEXT "[Sign in to link your twitter account]",IDC_USERNAME,55,9,122,15
+ LTEXT "[Sign in to link your Twitter account]",IDC_USERNAME,55,9,122,15
END
IDD_TWEET DIALOGEX 0, 0, 186, 64
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index fa16504164..cb54b8b00e 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -309,7 +309,7 @@ bool TwitterProto::NegotiateConnection() debugLogA("**NegotiateConnection - sending set_cred: no pin");*/
if (screenName.empty()) {
- ShowPopup(TranslateT("You're missing the Nick key in the database. This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc). To fix it either add it manually or reset your twitter account in the miranda account options"));
+ ShowPopup(TranslateT("You're missing the Nick key in the database. This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc). To fix it either add it manually or reset your Twitter account in the Miranda account options"));
debugLogA( _T("**NegotiateConnection - Missing the Nick key in the database. Everything will still work, but it's nice to have"));
}
|