diff options
Diffstat (limited to 'po/HOWTO.txt')
-rw-r--r-- | po/HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/HOWTO.txt b/po/HOWTO.txt index 9a40ecdc..81b9bd5c 100644 --- a/po/HOWTO.txt +++ b/po/HOWTO.txt @@ -1,2 +1,2 @@ update .pot : make pot in build/ -update .po files after .pot update : msgmerge XX.po hardinfo.pot > XX_.po && mv XX_.po XX.po +update .po files after .pot update : msgmerge -N XX.po hardinfo.pot > XX_.po && mv XX_.po XX.po |