From 91e2eab7c3a3c95fef6ad2d2947b9ec4bd74d558 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 25 Apr 2023 16:33:01 -0400 Subject: [PATCH] Spelling. --- qml/SettingsDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index 5819f878..71f87120 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -368,7 +368,7 @@ The prompt below is a question to answer, a task to complete, or a conversation radius: 10 } padding: 10 - ToolTip.text: qsTr("Amount to penalize reptetitiveness of the output") + ToolTip.text: qsTr("Amount to penalize repetitiveness of the output") ToolTip.visible: hovered Layout.row: 5 Layout.column: 1