Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zeros_trashman/ztm_languages/sh_ztm_language_de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (ztm.config.SelectedLanguage == "de") then
ztm.language.General["Trash"] = "Müll"
ztm.language.General["Max"] = "Max" // Maximal Level reached

ztm.language.General["Blast"] = "Pusten" // Primary trashgun action
ztm.language.General["Blast"] = "Blast" // Primary trashgun action
ztm.language.General["Suck"] = "Saugen" // Secondary trashgun action

ztm.language.General["WrongJob"] = "Falscher Job!"
Expand Down