Added a link to the Godot project

This commit is contained in:
Thorsten Sommer 2023-02-12 21:40:30 +01:00
parent acfbb1edbe
commit cb4d1368db
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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: