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/IcqOscarJ/res/resources.rc | |
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/IcqOscarJ/res/resources.rc')
-rw-r--r-- | protocols/IcqOscarJ/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc index c6c45bd49f..63ef3dcfbd 100644 --- a/protocols/IcqOscarJ/res/resources.rc +++ b/protocols/IcqOscarJ/res/resources.rc @@ -121,7 +121,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,124,288,10
CONTROL "Load avatars automatically (like ICQ Lite)",IDC_AUTOLOADAVATARS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,138,288,10
- LTEXT "You will need to reconnect to the ICQ network for the changes you have made on this page to take effect.",IDC_RECONNECTREQD,10,172,290,16,NOT WS_VISIBLE
+ LTEXT "These changes will take effect the next time you connect to the ICQ network.",IDC_RECONNECTREQD,10,172,290,16,NOT WS_VISIBLE
LTEXT "You cannot enable/disable the server-side contact list while you are connected to the ICQ network.",IDC_OFFLINETOENABLE,10,192,290,16,NOT WS_VISIBLE
CTEXT "Note: The options marked with an asterisk have important side-effects or caveats that may not be initially apparent documented in the help.",IDC_STATIC,10,212,290,16
END
|