Fixed i18n MB_I18N_MAKE_CHECK_VALUE_VALID doc.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
This commit is contained in:
parent
5f25388ec7
commit
ff16e6b5cb
|
@ -24,7 +24,7 @@ MB_I18N_MAKE_CHECK_VARIABLE ?= Variable is empty
|
|||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VARIABLE,"Error message when an variable is empty.")
|
||||
|
||||
MB_I18N_MAKE_CHECK_VALUE_VALID ?= Value is not valid
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VALID_VALUE,"Error message when the value is invalid.")
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VALUE_VALID,"Error message when the value is invalid.")
|
||||
|
||||
MB_I18N_MAKE_CHECK_ARG1 ?= Argument 1 is missing
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG1,"Error message when argument 1 is missing.")
|
||||
|
|
Loading…
Reference in a new issue