diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 |
commit | 79a5720cf40a5568784fa30052bea8d4c20cbbb3 (patch) | |
tree | d77eeba26c9cd0c4811de9fbb7fdd8d9db99d256 /plugins/SecureIM | |
parent | 0db5618a347355245230f25992343febaaec0e43 (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/SecureIM')
-rw-r--r-- | plugins/SecureIM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/res/resource.rc b/plugins/SecureIM/res/resource.rc index fd8239eac8..546e489903 100644 --- a/plugins/SecureIM/res/resource.rc +++ b/plugins/SecureIM/res/resource.rc @@ -192,7 +192,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN
LTEXT "Enter passphrase for the secret key:",IDC_STATIC,8,8,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
|