Shorten text.

This commit is contained in:
Adam Treat 2023-05-09 20:54:16 -04:00
parent 42926a484f
commit 80bd55590f

View File

@ -268,7 +268,7 @@ Drawer {
anchors.bottomMargin: 10
padding: 15
contentItem: Text {
text: qsTr("Check for updates...")
text: qsTr("Updates")
horizontalAlignment: Text.AlignHCenter
color: theme.textColor
@ -299,7 +299,7 @@ Drawer {
anchors.bottomMargin: 10
padding: 15
contentItem: Text {
text: qsTr("Download new models...")
text: qsTr("Downloads")
horizontalAlignment: Text.AlignHCenter
color: theme.textColor