From 4dd5b2c884498a086d39423c03bb9d23089ff25d Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:58:32 +0100 Subject: [PATCH] grammar: Server matching ... -> Servers matching ... This commit uses the plural form of Server as each message is talking about *one or more* servers in the room. --- vector/src/main/res/values/strings.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 4cd7f6f6c3..e3385765a8 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -74,19 +74,19 @@ You upgraded here. %s set the server ACLs for this room. You set the server ACLs for this room. - • Server matching %s are banned. - • Server matching %s are allowed. - • Server matching IP literals are allowed. - • Server matching IP literals are banned. + • Servers matching %s are banned. + • Servers matching %s are allowed. + • Servers matching IP literals are allowed. + • Servers matching IP literals are banned. %s changed the server ACLs for this room. You changed the server ACLs for this room. - • Server matching %s are now banned. - • Server matching %s were removed from the ban list. - • Server matching %s are now allowed. - • Server matching %s were removed from the allowed list. - • Server matching IP literals are now allowed. - • Server matching IP literals are now banned. + • Servers matching %s are now banned. + • Servers matching %s were removed from the ban list. + • Servers matching %s are now allowed. + • Servers matching %s were removed from the allowed list. + • Servers matching IP literals are now allowed. + • Servers matching IP literals are now banned. No change. 🎉 All servers are banned from participating! This room can no longer be used.