From 31d7c1df81af8e58c12e83739d39242b70f1c1c5 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Thu, 28 Feb 2019 17:13:14 +0000
Subject: [PATCH] translation instructions minor update

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7c20c5023..923827fa0 100644
--- a/README.md
+++ b/README.md
@@ -81,15 +81,15 @@ in `etc/translation.vars` can be overridden by creating the file
     $ mtn add -R i2p2www/translations/ && mtn ci i2p2www/translations/ -m "New translations"
     ```
 
-## Pushing updated translations to Transifex:
+## Pushing updated translation source (.pot) files to Transifex:
 
-1. Update the POT files with any changes to the website text:
+1. Update the .pot files with any changes to the website text:
 
     ```
     $ ./extract-messages.sh
     ```
 
-2. Check in any changes to the pots files:
+2. Check in any changes to the .pot files (optional):
 
     ```
     $ mtn ci pots/ -m "Updated translation strings"
-- 
GitLab