Skip to content

Commit 58579e6

Browse files
committed
Better message for opening settings
1 parent f5f4cc5 commit 58579e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FetchXmlBuilder/FXBGui.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ internal void ShowAiChatControl(bool dontask = false)
962962
string.IsNullOrEmpty(settings.AiSettings?.Model)) &&
963963
!dontask)
964964
{
965-
if (MessageBoxEx.Show(this, "AI Chat is missing some setting, please add them!", "AI Chat", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) == DialogResult.OK)
965+
if (MessageBoxEx.Show(this, "The AI Chat feature is missing some settings, please add them now.", "AI Chat", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) == DialogResult.OK)
966966
{
967967
ShowSettings("tabAiChat");
968968
ShowAiChatControl(true);

0 commit comments

Comments
 (0)