Description of problem: BZ907997 instroduced event messages for Run Once actions. I'm not native English speaker but I see little inconsistency here: a/ 1. VM YYYYYY was started by admin@internal (Host: XXXX.redhat.com). (code=USER_STARTED_VM) ^^^^^^^^^^^ = past continuous 2. VM YYYYYY started on Host XXXX.redhat.com (code=USER_RUN_VM) ^^^^^^^ = simple past b/ 1. Starting VM YYYYYY was initiated by admin@internal. (code=USER_INITIATED_RUN_VM) ^^^^^^^^^^^^^ = past continuous 2. VM YYYYYY was restarted on Host XXXX.redhat.com (code=VDS_INITIATED_RUN_VM) ^^^^^^^^^^^^^ = (again) past continuous Version-Release number of selected component (if applicable): sf17.2 How reproducible: 100% Steps to Reproduce: 1. run once - stateful -> check events 2. run once - stateless -> check events 3. Actual results: * stateful grammer: past continuous -> simple past * stateless grammer: past continuous -> past continuous Expected results: I would expect that in stateless scenario 2nd msg should be in 'simple past' as in stateful case Additional info: just nitpicking
while correct, i don't think worth the effort for internal code constants. (not sure if we expose the strings, we should probably change to expose their number, like we do in the events tab)