Translations: Fix typos

This commit is contained in:
rubenwardy 2022-06-18 21:44:03 +01:00
parent 83067e5027
commit f6c8a42696
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ you join multiple sentences using concatenation. This helps translators by
keeping strings smaller. keeping strings smaller.
```lua ```lua
S("Hwllo @1!", player_name) .. " " .. S("You have @1 new messages.", #msgs) S("Hello @1!", player_name) .. " " .. S("You have @1 new messages.", #msgs)
``` ```

View File

@ -133,7 +133,7 @@ you join multiple sentences using concatenation. This helps translators by
keeping strings smaller. keeping strings smaller.
```lua ```lua
S("Hwllo @1!", player_name) .. " " .. S("You have @1 new messages.", #msgs) S("Hello @1!", player_name) .. " " .. S("You have @1 new messages.", #msgs)
``` ```