From bb0845954d5eeee5562d418174c8f43fa29f1460 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 17 Aug 2017 19:10:45 +0100 Subject: [PATCH] improve wording for directory listings --- src/components/views/rooms/RoomSettings.js | 2 +- src/i18n/strings/en_EN.json | 2 +- src/i18n/strings/en_US.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 58473f1fb3..85301ab54e 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -871,7 +871,7 @@ module.exports = React.createClass({ - {_t("List this room in %(domain)s's room directory?", { domain: MatrixClientPeg.get().getDomain() })} + {_t("Publish this room to the public in %(domain)s's room directory?", { domain: MatrixClientPeg.get().getDomain() })}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index bacac0ebca..be1f9e994d 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -392,7 +392,7 @@ "left": "left", "%(targetName)s left the room.": "%(targetName)s left the room.", "Level:": "Level:", - "List this room in %(domain)s's room directory?": "List this room in %(domain)s's room directory?", + "Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?", "Local addresses for this room:": "Local addresses for this room:", "Logged in as:": "Logged in as:", "Login as guest": "Login as guest", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 0f58eef325..a68ce5d982 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -359,7 +359,7 @@ "left": "left", "%(targetName)s left the room.": "%(targetName)s left the room.", "Level": "Level", - "List this room in %(domain)s's room directory?": "List this room in %(domain)s's room directory?", + "Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?", "Local addresses for this room:": "Local addresses for this room:", "Logged in as:": "Logged in as:", "Login as guest": "Login as guest",