summary refs log tree commit diff
path: root/resources/qml/NotificationWarning.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-30 21:24:28 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-10-01 12:29:54 -0400
commita6c3e3562cdb1519326cf6237d0aa4beaaebbbae (patch)
tree33593fa13c5fc0b722f3198adad3549670927f4c /resources/qml/NotificationWarning.qml
parentTranslated using Weblate (Dutch) (diff)
downloadnheko-a6c3e3562cdb1519326cf6237d0aa4beaaebbbae.tar.xz
Fix some strings and translation stuff
Diffstat (limited to 'resources/qml/NotificationWarning.qml')
-rw-r--r--resources/qml/NotificationWarning.qml2
1 files changed, 1 insertions, 1 deletions
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 }