updated for version 7.2a-014
diff --git a/src/eval.c b/src/eval.c
index a41411a..7ebaa08 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4724,7 +4724,7 @@
 		}
 		else
 		{
-		    EMSG(_("E804: Cannot use % with float"));
+		    EMSG(_("E804: Cannot use '%' with Float"));
 		    return FAIL;
 		}
 		rettv->v_type = VAR_FLOAT;