commit | c36651b4b946333dce0a916326d821d2562cf39d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 29 12:22:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 29 12:22:56 2018 +0200 |
tree | 9bda30e7d6d0719595e66c123985c6d064fef793 | |
parent | 29ce409bfca52bb8a07e2975d06fd788458e9861 [diff] [blame] |
patch 8.0.1773: dialog messages are not translated Problem: Dialog messages are not translated. Solution: Add N_() and _() where needed. (Sergey Alyoshin)
diff --git a/src/version.c b/src/version.c index 40b5815..5d75dab 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1773, +/**/ 1772, /**/ 1771,