patch 8.2.4303: a few messages should not be translated

Problem:    A few messages should not be translated.
Solution:   Remove _(). (Dominique Pellé, closes #9702)
diff --git a/src/version.c b/src/version.c
index 89a22a0..f86aa89 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4303,
+/**/
     4302,
 /**/
     4301,