diff --git a/src/WingetCreateCLI/Commands/NewCommand.cs b/src/WingetCreateCLI/Commands/NewCommand.cs index 7968567b..169ff5e7 100644 --- a/src/WingetCreateCLI/Commands/NewCommand.cs +++ b/src/WingetCreateCLI/Commands/NewCommand.cs @@ -242,7 +242,7 @@ public override async Task Execute() bool populated = await this.GitHubClient.PopulateGitHubMetadata(manifests, this.Format.ToString()); if (populated) { - Logger.InfoLocalized(nameof(Resources.PopulatingGitHubMetadata_Message)); + Logger.InfoLocalized(nameof(Resources.PopulatedGitHubMetadata_Message)); } } } diff --git a/src/WingetCreateCLI/Commands/UpdateCommand.cs b/src/WingetCreateCLI/Commands/UpdateCommand.cs index 58dbc567..d7f5bf0c 100644 --- a/src/WingetCreateCLI/Commands/UpdateCommand.cs +++ b/src/WingetCreateCLI/Commands/UpdateCommand.cs @@ -472,7 +472,7 @@ public async Task UpdateManifestsAutonomously(Manifests manifests) bool populated = await this.GitHubClient.PopulateGitHubMetadata(manifests, this.Format.ToString()); if (populated) { - Logger.InfoLocalized(nameof(Resources.PopulatingGitHubMetadata_Message)); + Logger.InfoLocalized(nameof(Resources.PopulatedGitHubMetadata_Message)); } } } @@ -943,7 +943,7 @@ private async Task UpdateManifestsInteractively(Manifests manifests) bool populated = await this.GitHubClient.PopulateGitHubMetadata(manifests, this.Format.ToString()); if (populated) { - Logger.InfoLocalized(nameof(Resources.PopulatingGitHubMetadata_Message)); + Logger.InfoLocalized(nameof(Resources.PopulatedGitHubMetadata_Message)); } } } diff --git a/src/WingetCreateCLI/Properties/Resources.Designer.cs b/src/WingetCreateCLI/Properties/Resources.Designer.cs index c97d7cf7..8cea1df8 100644 --- a/src/WingetCreateCLI/Properties/Resources.Designer.cs +++ b/src/WingetCreateCLI/Properties/Resources.Designer.cs @@ -2311,11 +2311,11 @@ public static string Platform_KeywordDescription { } /// - /// Looks up a localized string similar to GitHub URL detected. The CLI will automatically fill some manifests fields.. + /// Looks up a localized string similar to GitHub URL detected. The CLI has automatically filled some manifest fields.. /// - public static string PopulatingGitHubMetadata_Message { + public static string PopulatedGitHubMetadata_Message { get { - return ResourceManager.GetString("PopulatingGitHubMetadata_Message", resourceCulture); + return ResourceManager.GetString("PopulatedGitHubMetadata_Message", resourceCulture); } } diff --git a/src/WingetCreateCLI/Properties/Resources.resx b/src/WingetCreateCLI/Properties/Resources.resx index 880c8a72..0458ff00 100644 --- a/src/WingetCreateCLI/Properties/Resources.resx +++ b/src/WingetCreateCLI/Properties/Resources.resx @@ -1374,8 +1374,8 @@ Could not populate manifest metadata through GitHub's API. - - GitHub URL detected. The CLI will automatically fill some manifests fields. + + GitHub URL detected. The CLI has automatically filled some manifest fields. Date to be used when updating the release date field. Expected format is "YYYY-MM-DD".