From dfe641222b821a48ba3688d1431f5576a9182829 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 9 May 2023 20:54:16 -0400 Subject: [PATCH] Shorten text. --- qml/ChatDrawer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/ChatDrawer.qml b/qml/ChatDrawer.qml index 783d0838..d3298f1a 100644 --- a/qml/ChatDrawer.qml +++ b/qml/ChatDrawer.qml @@ -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