From bc6eedf47c26d1e22dc725a5cf2dd849a2bb214b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 20 Jun 2023 20:17:03 +0300 Subject: Unify icon names --- plugins/TabSRMM/TabSRMM_icons/resource.h | 4 ++-- plugins/TabSRMM/src/msgs.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/TabSRMM_icons/resource.h b/plugins/TabSRMM/TabSRMM_icons/resource.h index 343e6f2ead..77c3886dd3 100644 --- a/plugins/TabSRMM/TabSRMM_icons/resource.h +++ b/plugins/TabSRMM/TabSRMM_icons/resource.h @@ -34,8 +34,8 @@ #define IDI_ICONOUT 111 /* outgoing message icon */ #define IDI_STATUSCHANGE 112 /* status changes */ #define IDI_MSGERROR 113 /* error message */ -#define IDI_SECURE 114 /* encrypted message */ -#define IDI_STRONG 115 /* strongly encrypted message */ +#define IDI_SECURE 114 /* secure message */ +#define IDI_STRONG 115 /* strongly secure message */ // misc icons, status bar etc. diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index ce2d585d10..28bd1946af 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -469,7 +469,7 @@ static TIconDesc _logicons[] = { "tabSRMM_out", LPGEN("Outgoing message"), &PluginConfig.g_iconOut, -IDI_ICONOUT, 0 }, { "tabSRMM_status", LPGEN("Status change"), &PluginConfig.g_iconStatus, -IDI_STATUSCHANGE, 0 }, { "tabSRMM_secure", LPGEN("Secure message"), &PluginConfig.g_iconSecure, -IDI_SECURE, 0 }, - { "tabSRMM_strong", LPGEN("Secure message (verified)"), &PluginConfig.g_iconStrong, -IDI_STRONG, 0 }, + { "tabSRMM_strong", LPGEN("Secure verified message"), &PluginConfig.g_iconStrong, -IDI_STRONG, 0 }, }; static TIconDesc _deficons[] = -- cgit v1.2.3