updated for version 7.2b-007
diff --git a/src/search.c b/src/search.c
index 8a00757..5586bdd 100644
--- a/src/search.c
+++ b/src/search.c
@@ -5375,7 +5375,7 @@
 	    (no_hlsearch || find_viminfo_parameter('h') != NULL) ? 'h' : 'H');
 #endif
 	wvsp_one(fp, RE_SEARCH, "", '/');
-	wvsp_one(fp, RE_SUBST, "Substitute ", '&');
+	wvsp_one(fp, RE_SUBST, _("Substitute "), '&');
     }
 }
 
diff --git a/src/version.c b/src/version.c
index d8a008d..fd7795e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    7,
+/**/
     6,
 /**/
     5,