Right after the erroneous action you should have invoke the menu option "Undo Format" [Ctrl+Z].
You can use the action "Replace" and replace the string 'Various Artist' with 'va'.
You can use the action "Replace using Regular Expression" and replace the string 'Various Artist' with 'va'.
You can use the action "Format Value" with function $replace to replace the string 'Various Artist' with 'va'.
You can use the action "Format Value" with function $regexp to replace the string 'Various Artist' with 'va'.
Example: $regexp(%ALBUMARTIST%,'^(.+?)Various Artists(.+?)$','$1va$2')