Patch #132957 added helpful UI feedback when attempting to rotate or scale an object whose transforms are set to "only affect locations." But it neglected to check for invalid trackpad rotations that are affected the same way. This patch renames the original `HLP_ERROR` to `HLP_ERROR_DASH` to distinguish it from a `HLP_ERROR` transform cursor with no dashed line present, which matches trackball's normal state. Pull Request: https://projects.blender.org/blender/blender/pulls/134653