mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-17 17:02:09 +00:00
Shorten text.
This commit is contained in:
parent
09b5f87b8d
commit
dfe641222b
@ -268,7 +268,7 @@ Drawer {
|
|||||||
anchors.bottomMargin: 10
|
anchors.bottomMargin: 10
|
||||||
padding: 15
|
padding: 15
|
||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
text: qsTr("Check for updates...")
|
text: qsTr("Updates")
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
|
|
||||||
@ -299,7 +299,7 @@ Drawer {
|
|||||||
anchors.bottomMargin: 10
|
anchors.bottomMargin: 10
|
||||||
padding: 15
|
padding: 15
|
||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
text: qsTr("Download new models...")
|
text: qsTr("Downloads")
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user