summaryrefslogtreecommitdiff
path: root/docs/TRANSLATORS.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-12-13 11:56:08 +0100
committerLennart Poettering <lennart@poettering.net>2019-12-13 11:56:08 +0100
commitff2c2d0850c4f5a3aa9bea074e110c9b9725d29e (patch)
treef2be01d78f401e29138048b44512c27bcc1c7afd /docs/TRANSLATORS.md
parentdb8728a60c73076ebea7fa8eec7ae844f20bc2e9 (diff)
downloadsystemd-ff2c2d0850c4f5a3aa9bea074e110c9b9725d29e.tar.gz
docs: make sure there's only one # markdown header in each file
@bertob wants us to be strict here, and only have one "#" header per markdown file, and use "##" (or "###", …) for all others. Interestingly, we mostly got this right already, but this fixes a few cases where this wasn't correct.
Diffstat (limited to 'docs/TRANSLATORS.md')
-rw-r--r--docs/TRANSLATORS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TRANSLATORS.md b/docs/TRANSLATORS.md
index f4553f559d..a120bcafbc 100644
--- a/docs/TRANSLATORS.md
+++ b/docs/TRANSLATORS.md
@@ -69,7 +69,7 @@ Once you're done, create a git commit for the update of the `po/*.po` file you
touched. Remember to undo the changes to the other `*.po` files (for instance,
using `git checkout -- po/` after you commit the changes you do want to keep.)
-# Recompiling Translations
+## Recompiling Translations
You can recompile the `*.po` files using the following command: