summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdmsg/src/msglog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msglog.cpp b/src/core/stdmsg/src/msglog.cpp
index 7c9cfab101..be2b6aef3a 100644
--- a/src/core/stdmsg/src/msglog.cpp
+++ b/src/core/stdmsg/src/msglog.cpp
@@ -155,8 +155,8 @@ static IconItem iconList[] =
{LPGEN("Incoming message (10x10)"), "INCOMING", IDI_INCOMING, 10},
{LPGEN("Outgoing message (10x10)"), "OUTGOING", IDI_OUTGOING, 10},
{LPGEN("Notice (10x10)"), "NOTICE", IDI_NOTICE, 10},
- {LPGEN("Encrypted (10x10)"), "UNVERIFIED", IDI_SECURE, 10},
- {LPGEN("Encrypted verified (10x10)"), "PRIVATE", IDI_SECURE_STRONG, 10},
+ {LPGEN("Secure message (10x10)"), "UNVERIFIED", IDI_SECURE, 10},
+ {LPGEN("Secure verified message (10x10)"), "PRIVATE", IDI_SECURE_STRONG, 10},
};
void InitIcons(void)