summaryrefslogtreecommitdiff
path: root/src/po
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-24 22:22:18 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-24 22:22:18 +0200
commit56b45b9b37285f9e139b55a4343a03f17187340b (patch)
treee30fadb79fcdd4deeb7f602145cbe1f64269a976 /src/po
parentdf2bc27b52944fbb75b8203a22f3ebde172e9c79 (diff)
downloadvim-56b45b9b37285f9e139b55a4343a03f17187340b.zip
Update runtime files.
Diffstat (limited to 'src/po')
-rw-r--r--src/po/README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/po/README.txt b/src/po/README.txt
index 8962cb8ea..ae5b39393 100644
--- a/src/po/README.txt
+++ b/src/po/README.txt
@@ -65,8 +65,7 @@ language.
make xx
This will extract all the strings from Vim and merge them in with the
- existing translations. Requires the GNU gettext utilities. Also requires
- unpacking the extra archive.
+ existing translations. Requires the GNU gettext utilities.
Your original xx.po file will be copied to xx.po.orig
-- After you do this, you MUST do the next three steps! --