diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-27 08:28:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-27 08:28:10 +0000 |
commit | 47d7d8bc8dd983042b2a660d2e78a8c6517536e1 (patch) | |
tree | 9394c647e2820b7479f59bbb441871c4c5f1c5d5 /plugins/Import | |
parent | b204e2eb0cc21ac369ce449107764ce2b6d0cc65 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12523 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import')
-rw-r--r-- | plugins/Import/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index db5b0b97ae..8d47ea8294 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -95,7 +95,7 @@ BEGIN "Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | WS_TABSTOP,8,38,206,10
CONTROL "Only import contacts",IDC_RADIO_CONTACTS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,68,206,10
CONTROL "Custom import",IDC_RADIO_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,7,98,206,10
- LTEXT "Makes precise copy of the original profile, including all settings, contacts and history",IDC_STATIC,27,18,187,16
+ LTEXT "Makes precise copy of the original profile, including all settings, contacts and history.",IDC_STATIC,27,18,187,16
LTEXT "Imports only contacts and history, and a few settings. Ideal for synchronizing.",IDC_STATIC_ALL,26,48,187,16
LTEXT "Imports contacts only, doesn't import any message history.",IDC_STATIC_CONTACTS,26,78,187,16
LTEXT "Custom schema: you can choose what to import.",IDC_STATIC_CUSTOM,26,108,187,8,WS_DISABLED
|