summaryrefslogtreecommitdiff
path: root/src/core/stdaway
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-09 14:21:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-09 14:21:43 +0300
commit9c2dd2672a5ffe34cbdaaab02be84d15dfd53876 (patch)
treee74741e1430eab37ce45b59b1a68ccdfc8e85814 /src/core/stdaway
parent3e45aa03f85138a59373b41d42fdccb577c1297f (diff)
fixes #3887 (Описания некоторых значков перестали переводиться)
Diffstat (limited to 'src/core/stdaway')
-rw-r--r--src/core/stdaway/src/awaymsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdaway/src/awaymsg.cpp b/src/core/stdaway/src/awaymsg.cpp
index 391a61383e..1eaabc2ead 100644
--- a/src/core/stdaway/src/awaymsg.cpp
+++ b/src/core/stdaway/src/awaymsg.cpp
@@ -166,7 +166,7 @@ int LoadAwayMsgModule(void)
SET_UID(mi, 0xd3282acc, 0x9ff1, 0x4ede, 0x8a, 0x1e, 0x36, 0x72, 0x3f, 0x44, 0x4f, 0x84);
mi.position = -2000005000;
mi.flags = CMIF_NOTOFFLINE;
- mi.name.a = LPGEN("Re&ad status message");
+ mi.name.a = LPGEN("Read status message");
mi.pszService = MS_AWAYMSG_SHOWAWAYMSG;
hAwayMsgMenuItem = Menu_AddContactMenuItem(&mi);
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, AwayMsgPreBuildMenu);