diff options
author | tastytea <tastytea@tastytea.de> | 2022-01-13 05:24:54 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-10 00:48:35 +0100 |
commit | 72cfb06208e80252717541fa51d64e9f93bf0657 (patch) | |
tree | e3ccd70270ccaed711e451725efbc45666e5cf1a /resources | |
parent | Hidden events: Make save-function reusable for global account data (diff) | |
download | nheko-72cfb06208e80252717541fa51d64e9f93bf0657.tar.xz |
Hidden events: Some cleanup
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/dialogs/HiddenEventsDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/HiddenEventsDialog.qml b/resources/qml/dialogs/HiddenEventsDialog.qml index 8f2d01fd..5973f4fd 100644 --- a/resources/qml/dialogs/HiddenEventsDialog.qml +++ b/resources/qml/dialogs/HiddenEventsDialog.qml @@ -45,7 +45,7 @@ ApplicationWindow { return qsTr("These events will be be <b>shown</b> in %1:").arg(roomSettings.roomName); } else { - return qsTr("These events will be be <b>shown</b>:"); + return qsTr("These events will be be <b>shown</b> in all rooms:"); } } font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 1.2) |