Skip to content

Commit 06fef7f

Browse files
committed
fixed non unique message macros
1 parent a282c2d commit 06fef7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/common/msg_common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
#define MSG_ANSWER_NOINPUT _MESSAGE(23044, _("no input read from stdin"))
159159
#define MSG_OPTION_ONLY_WITH_BUILTIN_IJS_S _MESSAGE(23045, _("option " SFN " can only be used with builtin interactive job support configured"))
160160

161-
#define MSG_SGETEXT_MUSTBEMANAGERFORTAR_SS _MESSAGE(23045, _("denied: " SFQ " must be manager to initiate operation for target " SFN))
162-
#define MSG_SGETEXT_MUSTBEOPERATORFORTAR_SS _MESSAGE(23046, _("denied: " SFQ " must be operator to initiate operation for target " SFN))
161+
#define MSG_SGETEXT_MUSTBEMANAGERFORTAR_SS _MESSAGE(23046, _("denied: " SFQ " must be manager to initiate operation for target " SFN))
162+
#define MSG_SGETEXT_MUSTBEOPERATORFORTAR_SS _MESSAGE(23047, _("denied: " SFQ " must be operator to initiate operation for target " SFN))
163163

164164
#define MSG_USER_INVALIDNAMEX_S _MESSAGE(23048, _("invalid user name " SFQ))
165165
#define MSG_USER_NOHOMEDIRFORUSERX_S _MESSAGE(23049, _("missing home directory for user " SFQ))

0 commit comments

Comments
 (0)