From 47c0ab5788fc340f742f9fe83db3a518609dbe36 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 21 Jan 2021 18:50:19 +0100 Subject: util.prosodyctl: Reword message to sound more natural English is hard. "to" might also work, but we'll go with this for now. 18:32:11 s/at/in/ ? 18:32:19 to match luarocks :) --- util/prosodyctl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/prosodyctl.lua b/util/prosodyctl.lua index 3dcfbd38..d53a7ff5 100644 --- a/util/prosodyctl.lua +++ b/util/prosodyctl.lua @@ -222,7 +222,7 @@ local render_cli = interpolation.new("%b{}", function (s) return "'"..s:gsub("'" local function call_luarocks(operation, mod, server) local dir = prosody.paths.installer; if operation == "install" then - show_message("Installing %s at %s", mod, dir); + show_message("Installing %s in %s", mod, dir); elseif operation == "remove" then show_message("Removing %s from %s", mod, dir); end -- cgit v1.2.3