Skip to content

Commit

Permalink
Correcting missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
manix84 committed Jul 7, 2020
1 parent 83c4455 commit 78ffca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/locale/deutsche.lua
Expand Up @@ -3,7 +3,7 @@ local deutsche = {
MUTED_FOR_ROUND = "Du bist stumm geschaltet, bis die Runde endet.",
UNMUTED = "Du bist nicht mehr stumm geschaltet.",
ERROR_MESSAGE = "Error: %s",
JOIN_DISCORD_PROMPT = "Treten Sie dem Discord Server bei -%s",
JOIN_DISCORD_PROMPT = "Treten Sie dem Discord Server bei - %s",
CONNECTION_INSTRUCTIONS = "Verbinden Sie sich dann, indem Sie im Chat '!discord DISCORD_NAME' sagen. Z.B. '!discord Manix84'",
NAME_NOT_FOUND = "Auf dem Discord-Server befindet sich niemand mit einem Namen wie '%s'.",
MULTIPLE_NAMES_FOUND = "Found more than one user with a name like '%s'. Try your full tag, EG: Manix84#1234",
Expand All @@ -12,4 +12,4 @@ local deutsche = {
AUTOMATIC_MATCH = "Versuch, mit Ihrem Namen übereinzustimmen, %s",
}

return deutsche
return deutsche

0 comments on commit 78ffca1

Please sign in to comment.