From: SpiKe Date: Sun, 6 Oct 2019 12:59:23 +0000 (+0000) Subject: Typo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=335ac9f52d8a6cdca363d6856f99a4fe85f53191;p=xonotic%2Fxonotic.wiki.git Typo --- diff --git a/List-of-translation-placeholders.md b/List-of-translation-placeholders.md index d1d5509..cfd0c17 100644 --- a/List-of-translation-placeholders.md +++ b/List-of-translation-placeholders.md @@ -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 |