summary refs log tree commit diff
path: root/resources/qml/dialogs/RoomSettings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/dialogs/RoomSettings.qml')
-rw-r--r--resources/qml/dialogs/RoomSettings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/RoomSettings.qml b/resources/qml/dialogs/RoomSettings.qml

index 33a6f6fa..f6c296f8 100644 --- a/resources/qml/dialogs/RoomSettings.qml +++ b/resources/qml/dialogs/RoomSettings.qml
@@ -451,7 +451,7 @@ ApplicationWindow { Button { text: qsTr("Change") - ToolTip.text: qsTr("Change what packs are enabled, remove packs or create new ones") + ToolTip.text: qsTr("Change what packs are enabled, remove packs, or create new ones") onClicked: TimelineManager.openImagePackSettings(roomSettings.roomId) Layout.alignment: Qt.AlignRight }