commit | 9b22871b6e4549ab8d9cdd4fb73d6691d6c01ed1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 18 10:05:58 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 18 10:05:58 2008 +0000 |
tree | fa26ff25994f80e65bf7821a5ec867009866db5c | |
parent | de1656ec2042de8d5a9b89c6eb1056d3f73835c6 [diff] [blame] |
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 "), '&'); } }