Software /
code /
prosody
Changeset
11292:ad5cd9b0f8de
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 <MattJ> s/at/in/ ?
18:32:19 <MattJ> to match luarocks :)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 21 Jan 2021 18:50:19 +0100 |
parents | 11291:9a98464a35e4 |
children | 11293:cd27ac5e5afe |
files | util/prosodyctl.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/prosodyctl.lua Thu Jan 21 18:43:16 2021 +0100 +++ b/util/prosodyctl.lua Thu Jan 21 18:50:19 2021 +0100 @@ -222,7 +222,7 @@ 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