summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-20 14:53:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-20 14:53:28 +0000
commit341bb033359e6e73ceef395749a3512087b4d03f (patch)
tree30354f04681f8b45c625d9c9a36d2e35a1bd3245 /plugins
parent520c60d8429fde7f292fa96dda93c8b0f9be2ce1 (diff)
strings in the import dialog slightly changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12452 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Import/res/resource.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc
index 7347583494..db5b0b97ae 100644
--- a/plugins/Import/res/resource.rc
+++ b/plugins/Import/res/resource.rc
@@ -91,14 +91,14 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Import all settings, contacts and all messages",IDC_RADIO_COMPLETE,
"Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | WS_TABSTOP,8,8,206,10
- LTEXT "Makes precise copy of the original profile",IDC_STATIC,27,18,187,16
CONTROL "Import all contacts and all messages",IDC_RADIO_ALL,
"Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | WS_TABSTOP,8,38,206,10
- LTEXT "Select this if you want to import as much data as possible. This is the recommended option.",IDC_STATIC_ALL,26,48,187,16
CONTROL "Only import contacts",IDC_RADIO_CONTACTS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,68,206,10
- LTEXT "Select this if you want to import contacts but don't want to import any message history.",IDC_STATIC_CONTACTS,26,78,187,16
CONTROL "Custom import",IDC_RADIO_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,7,98,206,10
- LTEXT "Select this if you want to customize what to import.",IDC_STATIC_CUSTOM,26,108,187,8,WS_DISABLED
+ 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
END
IDD_ADVOPTIONS DIALOGEX 0, 0, 220, 114