patch 8.1.1831: confusing skipped message

Problem:    Confusing skipped message.
Solution:   Drop "run" from "run start the GUI".
diff --git a/src/version.c b/src/version.c
index 3fd1fe1..8b855ce 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1831,
+/**/
     1830,
 /**/
     1829,