Remove underscores from strings containing mnemonics.
By design contracts need to use external translation domains, usually provided by the applications they are based on. Sometimes the strings provided by these applications have mnemonics tied to them, and these only make sense in the application itself, so we remove the underscores from translatable strings to let the contracts use them in spite of that.