updated for version 7.2-028
diff --git a/src/eval.c b/src/eval.c
index 447d3d7..e5ed0fa 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3287,7 +3287,7 @@
 
     if (*startarg != '(')
     {
-	EMSG2(_("E107: Missing braces: %s"), eap->arg);
+	EMSG2(_("E107: Missing parentheses: %s"), eap->arg);
 	goto end;
     }
 
diff --git a/src/version.c b/src/version.c
index da5bc49..ba25ff9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    28,
+/**/
     27,
 /**/
     26,