diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 21:05:56 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 21:05:56 +0100 |
commit | c896176925670cea87f13a428285ddf12e25745e (patch) | |
tree | afda1d74ea4b724a2d859ad0d9926b3b3f8ae119 | |
parent | edece1fa14c06f39b6334c7dc2252d4ee8cd239b (diff) |
Fix rendering on GitHub
-rw-r--r-- | .tx/howto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tx/howto.md b/.tx/howto.md index 90897d5b..a36cca29 100644 --- a/.tx/howto.md +++ b/.tx/howto.md @@ -18,7 +18,7 @@ tx push --source --translation ## Updating online translations with the template -Regenerate the source file (_hexchat.pot_) on a Unix machine: +Regenerate the source file ( _hexchat.pot_ ) on a Unix machine: <pre> rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && make |