patch 8.2.2492: command line buffer name cannot be translated

Problem:    Command line buffer name cannot be translated.
Solution:   Add _(). (Gabriel Dupras, closes #7812)
diff --git a/src/version.c b/src/version.c
index 9c738bf..0209fd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2492,
+/**/
     2491,
 /**/
     2490,