From a6c3e3562cdb1519326cf6237d0aa4beaaebbbae Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Thu, 30 Sep 2021 21:24:28 -0400 Subject: Fix some strings and translation stuff --- resources/qml/NotificationWarning.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/NotificationWarning.qml') diff --git a/resources/qml/NotificationWarning.qml b/resources/qml/NotificationWarning.qml index 95ca210b..75ef5f17 100644 --- a/resources/qml/NotificationWarning.qml +++ b/resources/qml/NotificationWarning.qml @@ -29,7 +29,7 @@ Item { anchors.rightMargin: 10 anchors.bottom: parent.bottom color: Nheko.theme.red - text: qsTr("You will be pinging the whole room") + text: qsTr("You are about to notify the whole room") textFormat: Text.PlainText } -- cgit 1.5.1