commit | 75c19464ed7fb6024af64747379e61abc4e4a483 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:34:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:34:05 2017 +0100 |
tree | 7760aae39c0fe408048cb4b9b4daf09cb0e2fd40 | |
parent | 24f8f543d4036c5d2ce4ea6973a174cf2176cb72 [diff] [blame] |
patch 8.0.0327: error message in cmdline window is not translated Problem: The E11 error message in the command line window is not translated. Solution: use _(). (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 381a6d5..e95fed6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 327, +/**/ 326, /**/ 325,