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 /src/mir_app/res | |
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 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 6176828d80..9b7293021a 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -383,7 +383,7 @@ BEGIN EDITTEXT IDC_PORTSRANGE,80,178,142,12,ES_AUTOHSCROLL | WS_DISABLED
LTEXT "Example: 1050-1070, 2000-2010, 2500",IDC_STATIC52,80,193,196,8,WS_DISABLED
CONTROL "Enable UPnP port mapping",IDC_ENABLEUPNP,"Button",BS_3STATE | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,204,299,9
- CTEXT "You will need to reconnect for the changes you have made on this page to take effect.",IDC_RECONNECTREQD,4,224,307,8,NOT WS_VISIBLE
+ CTEXT "These changes will take effect the next time you connect to the network.",IDC_RECONNECTREQD,4,224,307,8,NOT WS_VISIBLE
END
IDD_PROFILE_SELECTION DIALOGEX 0, 0, 208, 122
|