summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-07-06 15:42:08 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-07-06 15:42:08 +0000
commit79a5720cf40a5568784fa30052bea8d4c20cbbb3 (patch)
treed77eeba26c9cd0c4811de9fbb7fdd8d9db99d256 /plugins/CryptoPP
parent0db5618a347355245230f25992343febaaec0e43 (diff)
- translation fixes (patch from dartraiden)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r--plugins/CryptoPP/src/GPGw/gpg.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/GPGw/gpg.rc b/plugins/CryptoPP/src/GPGw/gpg.rc
index 313dad2701..95791b28b9 100644
--- a/plugins/CryptoPP/src/GPGw/gpg.rc
+++ b/plugins/CryptoPP/src/GPGw/gpg.rc
@@ -34,7 +34,7 @@ BEGIN
LTEXT "Enter passphrase for the secret key of user:", IDC_STATIC,6,4,168,8
LTEXT "User ID",IDC_USERID,6,14,168,8
EDITTEXT IDC_PASSPHRASE,6,24,168,12,ES_PASSWORD | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Ok",IDOK,181,7,50,14
+ DEFPUSHBUTTON "OK",IDOK,181,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,181,24,50,14
END
@@ -46,7 +46,7 @@ BEGIN
CONTROL "",IDC_KEYLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,258,174
PUSHBUTTON "Refresh",IDC_REFRESH,7,187,50,14
- DEFPUSHBUTTON "Ok",IDOK,154,187,50,14
+ DEFPUSHBUTTON "OK",IDOK,154,187,50,14
PUSHBUTTON "Cancel",IDCANCEL,215,187,50,14
END