diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 21:18:05 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 21:18:05 +0200 |
commit | 89840b9e0bc010613a4b8f1a346be8e6a9355630 (patch) | |
tree | b1e07c1e9bef027514b7c41736fc14df12c5a1c9 | |
parent | Enable insecure fallback for secret storage (diff) | |
download | nheko-89840b9e0bc010613a4b8f1a346be8e6a9355630.tar.xz |
AttrIbution
-rw-r--r-- | resources/qml/dialogs/ImagePackEditorDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/ImagePackEditorDialog.qml b/resources/qml/dialogs/ImagePackEditorDialog.qml index b839c9e3..b0f431f6 100644 --- a/resources/qml/dialogs/ImagePackEditorDialog.qml +++ b/resources/qml/dialogs/ImagePackEditorDialog.qml @@ -171,7 +171,7 @@ ApplicationWindow { } MatrixText { - text: qsTr("Attrbution") + text: qsTr("Attribution") } MatrixTextField { |