patch 8.2.4046: some error messages not in the right place

Problem:    Some error messages not in the right place.
Solution:   Adjust the errors file.  Fix typo.
diff --git a/src/regexp_bt.c b/src/regexp_bt.c
index 9286d91..aee5c1b 100644
--- a/src/regexp_bt.c
+++ b/src/regexp_bt.c
@@ -1489,7 +1489,7 @@
 			      return NULL;
 			  break;
 
-		default:  EMSG_RET_NULL(_("E68: Invalid character after \\z"));
+		default:  EMSG_RET_NULL(_(e_invalid_character_after_bsl_z));
 	    }
 	}
 	break;