diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:41:46 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:41:46 +0000 |
commit | b2f75299d07e7dd789c62584e034aba712e21735 (patch) | |
tree | df3b98ce05f1cbd10b15ec229733f5489d494a2a /plugins/MirOTR/res | |
parent | 697ef33206521e40c0c9e48322134fe8753ff9b7 (diff) |
MirOTR: reverted OTR message prefix back to "OTR: "
git-svn-id: http://svn.miranda-ng.org/main/trunk@12511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/res')
-rw-r--r-- | plugins/MirOTR/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/res/resource.rc b/plugins/MirOTR/res/resource.rc index 710afcaa17..3021cfa8ba 100644 --- a/plugins/MirOTR/res/resource.rc +++ b/plugins/MirOTR/res/resource.rc @@ -63,7 +63,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,82,265,10
CONTROL "Prefix encrypted IMs:",IDC_CHK_PREFIX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,94,108,10
EDITTEXT IDC_ED_PREFIX,120,93,159,12,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
- LTEXT """?OTR? "" is a protected prefix and can't be faked",IDC_STATIC,23,106,271,8,SS_LEFT
+ LTEXT "don't rely on the prefix, always check the OTR status icon",IDC_STATIC,23,106,271,8,SS_LEFT
CONTROL "Don't add encrypted messages to the history",IDC_CHK_PREVENTSAVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,265,10
CONTROL "Also remove OTR system messages",IDC_CHK_PREVENTSYSSAVE,
|