diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-04-04 16:30:31 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-04-04 16:30:31 +0000 |
commit | b228428c1dba35c197b01b470475fe713456908d (patch) | |
tree | 542114cd2ad660d82f855dee3d32206e508f33ef /protocols/VKontakte | |
parent | 7532094f8593a3a0760a7cb453d960b009a6484c (diff) |
VKontakte: unificate reconnect warning (as in Jabber)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index f75a2535c3..e17f070264 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -287,7 +287,7 @@ BEGIN CONTROL "automatically",IDC_SYNC_AUTO,"Button",BS_AUTORADIOBUTTON,12,195,138,10
CONTROL "for last 1 day",IDC_SYNC_LAST1DAY,"Button",BS_AUTORADIOBUTTON,155,184,133,10
CONTROL "for last 3 days",IDC_SYNC_LAST3DAY,"Button",BS_AUTORADIOBUTTON,155,195,133,10
- CTEXT "Options marked with an asterisk (*) will only take effect after Miranda has been restarted.",IDC_STATIC,12,213,276,10
+ CTEXT "* These changes will take effect the next time you connect to the VKontakte network.",IDC_STATIC,12,213,276,10
END
IDD_CAPTCHAFORM DIALOGEX 0, 0, 258, 224
|