Skip to content

Commit e3e3c61

Browse files
committed
feat: 优化查看角色信息提示语
1 parent f298ea5 commit e3e3c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MY_!Base/src/BgMsgCenter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ X.RegisterBgMsg('CHAR_INFO', function(_, data, nChannel, dwTalkerID, szTalkerNam
126126
X.MessageBox('MY_CharInfo', {
127127
szMessage = _L('[%s] wants to see your detailed character info, OK?', szTalkerName),
128128
{
129-
szOption = g_tStrings.STR_HOTKEY_SURE,
129+
szOption = g_tStrings.STR_ACCEPT,
130130
fnAction = fnResolve,
131131
}, {
132-
szOption = g_tStrings.STR_HOTKEY_CANCEL,
132+
szOption = g_tStrings.STR_REFUSE,
133133
fnAction = fnReject,
134134
},
135135
{

0 commit comments

Comments
 (0)