From 676248fe8fb754a1d1753564674a7751918a82a1 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 26 Jun 2023 14:10:00 -0400 Subject: [PATCH] Update the language. --- gpt4all-chat/qml/SettingsDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/SettingsDialog.qml b/gpt4all-chat/qml/SettingsDialog.qml index 7d9c18d3..868c90e9 100644 --- a/gpt4all-chat/qml/SettingsDialog.qml +++ b/gpt4all-chat/qml/SettingsDialog.qml @@ -800,7 +800,7 @@ Dialog { } Label { id: gpuOverrideLabel - text: qsTr("Force GPU if detected:") + text: qsTr("Force Metal (macOS+arm):") color: theme.textColor Layout.row: 8 Layout.column: 0