summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-27 20:58:09 -0400
committerAdam <Adam@anope.org>2011-08-27 20:58:09 -0400
commit1e1a41f0e7bd81bd3eee67281cad2bd284d97b86 (patch)
tree2de1958c183b22a8580e2456caa03c34f21bb993
parent28e8190e6bc96f2f3f4c53d611fc349d50092c3f (diff)
Added missing ` in docs/LANGUAGE
-rw-r--r--docs/LANGUAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE
index c4e3ebba8..37c3ccb25 100644
--- a/docs/LANGUAGE
+++ b/docs/LANGUAGE
@@ -35,7 +35,7 @@ Anope Mutli Language Support
want translated (messages to the user, etc).
If you want to translate a module someone has made, first generate a .pot file if there isn't one already using
- xgettext -s -d modulename -o modulename.pot --from-code=utf-8 modulename.cpp`
+ `xgettext -s -d modulename -o modulename.pot --from-code=utf-8 modulename.cpp`.
The .pot file is a template of all of the language strings extracted from the source file.
Next, run msginit on the .pot file with