summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/res
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2020-04-01 03:14:09 +0300
committerdartraiden <wowemuh@gmail.com>2020-04-01 03:15:00 +0300
commit5a679edabed89538d0aa96a4d4a96718c0a37572 (patch)
tree57a71575fcac61d07b3a082ec74bcfe6bfc7ef83 /plugins/New_GPG/res
parent28bd0d178165f19ce08b953b70f3a1d63fdf0456 (diff)
New_GPG: more clear wording (request from our conference)
Diffstat (limited to 'plugins/New_GPG/res')
-rw-r--r--plugins/New_GPG/res/new_gpg.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/New_GPG/res/new_gpg.rc b/plugins/New_GPG/res/new_gpg.rc
index 3f1e112039..b45f3e3b19 100644
--- a/plugins/New_GPG/res/new_gpg.rc
+++ b/plugins/New_GPG/res/new_gpg.rc
@@ -65,13 +65,13 @@ END
IDD_FIRST_RUN DIALOGEX 0, 0, 291, 241
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-CAPTION "Set own key"
+CAPTION "Bind own keys to accounts"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "OK",ID_OK,12,220,50,14,WS_DISABLED
+ DEFPUSHBUTTON "Bind",ID_OK,12,220,50,14,WS_DISABLED
CONTROL "",IDC_KEY_LIST,"SysListView32",LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,44,277,105
PUSHBUTTON "Generate key",IDC_GENERATE_KEY,7,152,74,14
- LTEXT "Select key to use",IDC_STATIC,16,33,186,8
+ LTEXT "Select own key to bind to account",IDC_STATIC,16,33,186,8
EDITTEXT IDC_KEY_PASSWORD,94,187,77,14,ES_PASSWORD | ES_AUTOHSCROLL
RTEXT "Key password:",IDC_STATIC,12,191,76,8
PUSHBUTTON "Load other",IDC_OTHER,117,152,64,14
@@ -231,7 +231,7 @@ BEGIN
CONTROL "Encrypt file transfers",IDC_FILE_TRANSFERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,185,137,10
CONTROL "Automatic key exchange",IDC_AUTO_EXCHANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,163,137,111,10
PUSHBUTTON "Copy own key",IDC_COPY_KEY,127,205,74,14
- PUSHBUTTON "Select own key",IDC_SELECT_KEY,205,205,74,14
+ PUSHBUTTON "Bind keys to accounts",IDC_SELECT_KEY,205,205,74,14
END
IDD_OPT_GPG_BIN DIALOGEX 0, 0, 282, 71