patch 8.2.4105: translation related comment in the wrong place

Problem:    Translation related comment in the wrong place.
Solution:   Move it back with the text. (Ken Takata, closes #9537)
diff --git a/src/version.c b/src/version.c
index 52b75a6..8ddd419 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4105,
+/**/
     4104,
 /**/
     4103,