commit | cd53eed2c55f2256008962965b1de1d1df76d535 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Feb 05 18:53:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 18:53:06 2022 +0000 |
tree | 101a1395492b4d2d7823b5cd766b953686928df0 | |
parent | 82e46e5d31ba1ca8d4e322acdacdd90ab80705d9 [diff] [blame] |
patch 8.2.4303: a few messages should not be translated Problem: A few messages should not be translated. Solution: Remove _(). (Dominique Pellé, closes #9702)
diff --git a/src/version.c b/src/version.c index 89a22a0..f86aa89 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4303, +/**/ 4302, /**/ 4301,