From d3b823410643547d02203fd5deef060552b883f4 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 27 Jun 2023 13:07:25 -0400 Subject: [PATCH] Fix spelling. --- 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 5a4b49fa..2f9c12e1 100644 --- a/gpt4all-chat/qml/SettingsDialog.qml +++ b/gpt4all-chat/qml/SettingsDialog.qml @@ -824,7 +824,7 @@ Dialog { Layout.alignment: Qt.AlignTop color: theme.textErrorColor wrapMode: Text.WordWrap - text: qsTr("WARNING: On macOS with arm (M1+) this setting forces usage of the GPU. Can cause crashes if the model requires more RAM than the system supports. Because of crash possibilty the setting will not persist across restarts of the application. This has no effect on non-macs or intel.") + text: qsTr("WARNING: On macOS with arm (M1+) this setting forces usage of the GPU. Can cause crashes if the model requires more RAM than the system supports. Because of crash possibility the setting will not persist across restarts of the application. This has no effect on non-macs or intel.") } } MyButton {