Update copy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-15 16:52:10 +01:00
parent ae17cd3ec6
commit 78da0c863a
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ enum Icon {
function tooltipText(variant: Icon) { function tooltipText(variant: Icon) {
switch (variant) { switch (variant) {
case Icon.Globe: case Icon.Globe:
return _t("Public Room"); return _t("This room is public");
case Icon.PresenceOnline: case Icon.PresenceOnline:
return _t("Online"); return _t("Online");
case Icon.PresenceAway: case Icon.PresenceAway:

View File

@ -1239,7 +1239,7 @@
"Leave Room": "Leave Room", "Leave Room": "Leave Room",
"Forget Room": "Forget Room", "Forget Room": "Forget Room",
"Room options": "Room options", "Room options": "Room options",
"Public Room": "Public Room", "This room is public": "This room is public",
"Away": "Away", "Away": "Away",
"Add a topic": "Add a topic", "Add a topic": "Add a topic",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.", "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",