German translation: environment

This commit is contained in:
Wuzzy 2019-03-14 00:32:22 +01:00
parent 7c9126ace5
commit 63d630a208
5 changed files with 24 additions and 1 deletions

View file

@ -190,7 +190,7 @@ minetest.register_privilege("weather_manager", {
-- Weather command definition. Set
minetest.register_chatcommand("weather", {
params = S("(clear | rain | snow | thunder) [<duration>]"),
params = "(clear | rain | snow | thunder) [<duration>]",
description = S("Changes the weather to the specified parameter."),
privs = {weather_manager = true},
func = function(name, param)