]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Typo
authorSpiKe <leguen.yannick@gmail.com>
Sun, 6 Oct 2019 12:59:23 +0000 (12:59 +0000)
committerSpiKe <leguen.yannick@gmail.com>
Sun, 6 Oct 2019 12:59:23 +0000 (12:59 +0000)
List-of-translation-placeholders.md

index d1d5509dd98ddd8f78cc1487ce55fbaeb59be07c..cfd0c17684d52a22e3ce2a6b1d901c2386aa9886 100644 (file)
@@ -4,7 +4,7 @@ Variables and placeholders are codes that will be replaced with something else i
 | ------ | ------ |
 | `\n` | New line |
 | `^TT` | Team color name (e.g. "Red"). Will be replaced with one of the strings that has the `TEAM^`, `KEY^`, `GENERATOR^` or `FLAG^` prefix |
-| `^COUNT` | A number, usually with an unit (e.g. "5 seconds") |
+| `^COUNT` | A number, usually with a unit (e.g. "5 seconds") |
 | `%s` | Arbitrary text |
 | `%d` | Whole number |
 | `%.*f` | Floating-point number |