1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-31 17:02:51 -05:00

i18n: fix sound missing erorr message

This commit is contained in:
bbedward
2026-01-28 23:35:53 -05:00
parent f49f98ff85
commit ac509933d7

View File

@@ -146,7 +146,7 @@ Item {
StyledText {
id: notAvailableText
font.pixelSize: Theme.fontSizeSmall
text: I18n.tr("System sounds are not available. Install canberra-gtk-play for sound support.")
text: I18n.tr("System sounds are not available. Install %1 for sound support.").arg("qt6-multimedia")
wrapMode: Text.WordWrap
width: parent.width - Theme.iconSizeSmall - Theme.spacingM
anchors.verticalCenter: parent.verticalCenter