Translations: Fix typos
This commit is contained in:
parent
83067e5027
commit
f6c8a42696
@ -133,7 +133,7 @@ you join multiple sentences using concatenation. This helps translators by
|
||||
keeping strings smaller.
|
||||
|
||||
```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)
|
||||
```
|
||||
|
||||
|
||||
|
@ -133,7 +133,7 @@ you join multiple sentences using concatenation. This helps translators by
|
||||
keeping strings smaller.
|
||||
|
||||
```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)
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user