diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-04-01 21:07:06 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-04-01 21:07:06 +0000 |
commit | 11bcf4605f7a15604f8154c7b1daceb83e5f2566 (patch) | |
tree | 0d3c089d6d64211482b4fe2237b6fff4980ec71c /protocols/Twitter | |
parent | d00f1a1eef9f3435cefbe8e59723d5eb18fa4f30 (diff) |
unificate reconnect warnings (as in Jabber)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/res/twitter.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc index 1c05bc0676..c696bba542 100644 --- a/protocols/Twitter/res/twitter.rc +++ b/protocols/Twitter/res/twitter.rc @@ -89,7 +89,7 @@ BEGIN LTEXT "Once every",IDC_STATIC,72,60,40,8
EDITTEXT IDC_POLLRATE,113,58,30,14,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "sec",IDC_STATIC,148,60,19,8
- LTEXT "Please cycle your connection for these changes to take effect",IDC_RECONNECT,53,202,199,8,NOT WS_VISIBLE
+ LTEXT "These changes will take effect the next time you connect to the Twitter network.",IDC_RECONNECT,53,202,199,8,NOT WS_VISIBLE
CONTROL "Treat tweets as messages",IDC_TWEET_MSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,76,139,10
END
|