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/Gadu-Gadu | |
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/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/res/resource.rc b/protocols/Gadu-Gadu/res/resource.rc index 750a05dd52..5aca61eaf6 100644 --- a/protocols/Gadu-Gadu/res/resource.rc +++ b/protocols/Gadu-Gadu/res/resource.rc @@ -69,7 +69,7 @@ BEGIN COMBOBOX IDC_IMGMETHOD,190,133,104,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Show links from unknown contacts",IDC_SHOWLINKS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,150,284,10
CONTROL "Enable avatars",IDC_ENABLEAVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,165,284,10
- CTEXT "You will need to reconnect for the changes you have made on this page to take effect.",IDC_RELOADREQD,10,186,284,8,NOT WS_VISIBLE
+ CTEXT "These changes will take effect the next time you connect to the GG network.",IDC_RELOADREQD,10,186,284,8,NOT WS_VISIBLE
END
IDD_OPT_GG_CONFERENCE DIALOGEX 0, 0, 304, 75
|