From 32cf6b03978e08b26d215bfb2cd2c24b48021b1d Mon Sep 17 00:00:00 2001 From: madmath03 Date: Tue, 23 Jan 2018 00:35:42 +0100 Subject: [PATCH] Minor fix in documentation --- src/i18n/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/README.txt b/src/i18n/README.txt index f360f61e..05485b83 100644 --- a/src/i18n/README.txt +++ b/src/i18n/README.txt @@ -4,7 +4,7 @@ Rebuild pot file from source (only do that on template or JavaScript changes) Merge po files with pot file (always do this before translating) ``make update`` -Create JavaScript translation fiels from po files (do this when finished translating) +Create JavaScript translation files from po files (do this when finished translating) ``make build`` Create a new translation (obvious)