commit | 0c183198727b80fd7e52fb29cc1dcd08d79a281c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 14:54:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 14:54:43 2018 +0200 |
tree | 8dbddb6237c934452ecbefaa92900968f7c086c7 | |
parent | ca4b613c692b927c9345dc9e3d6be5de35266be2 [diff] [blame] |
patch 8.1.0122: translators don't always understand the maintainer message Problem: Translators don't always understand the maintainer message. Solution: Add a comment that ends up in the generated po file. (Christian Brabandt, closes #3037)
diff --git a/src/version.c b/src/version.c index 5aacf2f..eb119ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 122, +/**/ 121, /**/ 120,