summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/TabSRMM_icons/resource.h4
-rw-r--r--plugins/TabSRMM/src/msgs.cpp2
2 files changed, 3 insertions, 3 deletions
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[] =