summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/res')
-rw-r--r--plugins/SecureIM/res/resource.rc2
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