diff --git a/I18N Commander/UI WinForms/Components/Setting.cs b/I18N Commander/UI WinForms/Components/Setting.cs index f8a4286..504157f 100644 --- a/I18N Commander/UI WinForms/Components/Setting.cs +++ b/I18N Commander/UI WinForms/Components/Setting.cs @@ -608,7 +608,7 @@ public sealed partial class Setting : UserControl SettingName: () => "Generator: Godot", ChangeNeedsRestart: false, SettingExplanation: () => "When enabled, Godot translation files are generated. Requires a Godot 3.5 or newer project.", - SettingExplanationLink: () => (string.Empty, string.Empty), + SettingExplanationLink: () => ("https://godotengine.org/", "Godot"), SetupDataControl: (changeTrigger) => { // Set up an checkbox: @@ -636,7 +636,7 @@ public sealed partial class Setting : UserControl SettingName: () => "Generator: Godot Destination Path", ChangeNeedsRestart: false, SettingExplanation: () => "The destination path for the Godot translation files. You might use environment variables like %USERPROFILE%.", - SettingExplanationLink: () => (string.Empty, string.Empty), + SettingExplanationLink: () => ("https://godotengine.org/", "Godot"), SetupDataControl: (changeTrigger) => { // Set up a horizontal layout: