The Undo History menu displays each undo step's name. These are either
operators or property names. Operators are translated upon display,
and they use the operator name. Currently, many of them are not
translated because they do not use the proper translation
context.
This commit changes the translation context to
BLT_I18NCONTEXT_OPERATOR_DEFAULT ("Operator").
Pull Request: https://projects.blender.org/blender/blender/pulls/108872