summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-10-04 09:01:45 +0000
committerGitHub <noreply@github.com>2021-10-04 09:01:45 +0000
commitd567eb185d09e59c969eb8956322bc13b1491a30 (patch)
tree38e9e4a105d960a7b3491d543db1825d59545f88 /resources
parentTranslated using Weblate (Indonesian) (diff)
parentFix some strings and translation stuff (diff)
downloadnheko-d567eb185d09e59c969eb8956322bc13b1491a30.tar.xz
Merge pull request #739 from LorenDB/stringFixes
Fix some strings and translation stuff
Diffstat (limited to 'resources')
-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 }