summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-06-20 20:08:34 +0300
committerdartraiden <wowemuh@gmail.com>2023-06-20 20:08:34 +0300
commitfd63211b8d9904cb53f371ffb55a5956e6605a86 (patch)
treea51264e619603aaa391197c23081701af6d82457 /plugins/Scriver/src/globals.cpp
parenta010f5f0dc102cb2d56f04c6a324dfa816960478 (diff)
Scriver: proper icon names
Diffstat (limited to 'plugins/Scriver/src/globals.cpp')
-rw-r--r--plugins/Scriver/src/globals.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp
index abc572b122..546374c9b1 100644
--- a/plugins/Scriver/src/globals.cpp
+++ b/plugins/Scriver/src/globals.cpp
@@ -41,8 +41,8 @@ static IconItem iconList1[] =
{ LPGEN("Incoming message (10x10)"), "INCOMING", IDI_INCOMING, 10}, // 12
{ LPGEN("Outgoing message (10x10)"), "OUTGOING", IDI_OUTGOING, 10}, // 13
{ LPGEN("Notice (10x10)"), "NOTICE", IDI_NOTICE, 10}, // 14
- { LPGEN("Secure message"), "SECURE", IDI_SECURE, 10}, // 15
- { LPGEN("Secure message (verified)"), "STRONG", IDI_STRONG, 10}, // 16
+ { LPGEN("Secure message (10x10)"), "SECURE", IDI_SECURE, 10}, // 15
+ { LPGEN("Secure message (verified) (10x10)"), "STRONG", IDI_STRONG, 10}, // 16
};
static IconItem iconList2[] =