3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

Make strings easier to understand

This commit is contained in:
Daniel Oaks 2019-05-17 13:41:32 +10:00
parent 1ed7541485
commit b8c9de5379
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ func csOpHandler(server *Server, client *Client, command string, params []string
clientAccount := client.Account()
if clientAccount == "" || clientAccount != channelInfo.Founder() {
csNotice(rb, client.t("You must be the channel founder to op"))
csNotice(rb, client.t("Only the channel founder can do this"))
return
}

View File

@ -134,6 +134,7 @@
"No topic is set": "No topic is set",
"Not enough parameters": "Not enough parameters",
"Only channel founders can change registered channels": "Only channel founders can change registered channels",
"Only the channel founder can do this": "Only the channel founder can do this",
"Oragono is released under the MIT license.": "Oragono is released under the MIT license.",
"Passphrase contains forbidden characters or is otherwise invalid": "Passphrase contains forbidden characters or is otherwise invalid",
"Password changed": "Password changed",
@ -222,7 +223,6 @@
"You may not reregister": "You may not reregister",
"You must be an oper on the channel to register it": "You must be an oper on the channel to register it",
"You must be registered to join that channel": "You must be registered to join that channel",
"You must be the channel founder to op": "You must be the channel founder to op",
"You must connect with a TLS client certificate to use certfp": "You must connect with a TLS client certificate to use certfp",
"You must specify an account": "You must specify an account",
"You must wait an additional %v before making another request": "You must wait an additional %v before making another request",