Skip to content

(maint) Fix typos in resource strings#1140

Merged
vexx32 merged 1 commit into
chocolatey:release/3.2.0from
AdmiringWorm:fix-resource-string-typos
May 28, 2026
Merged

(maint) Fix typos in resource strings#1140
vexx32 merged 1 commit into
chocolatey:release/3.2.0from
AdmiringWorm:fix-resource-string-typos

Conversation

@AdmiringWorm

Copy link
Copy Markdown
Member

Description Of Changes

  • Fix "occured" to "occurred" in RemoteSourceViewModel_FailedToLoadRemotePackages comment
  • Fix "There as an error" to "There was an error" in Application_PackageArgumentsError message
  • Reformat Application_PackageArgumentsError comment for better readability
  • Update corresponding Designer.cs file to reflect corrected error message

Motivation and Context

Improve spelling accuracy in user-facing messages and enhance code quality and maintainability.

Testing

N/A: Maintenance change with no functional impact. This was just found during translation.

Change Types Made

  • Bug fix (non-breaking change).
  • Documentation changes.

Change Checklist

  • Requires a change to the documentation.
  • Documentation has been updated.
  • Tests to cover my changes, have been added.
  • All new and existing tests passed?
  • PowerShell code changes: PowerShell v3 compatibility checked?
  • All items are complete on the Definition of Done.

Related Issue

N/A

Correct spelling errors in resource files to improve clarity and
professionalism of error messages and comments displayed to users.

Key Changes:
- Fix "occured" to "occurred" in
  RemoteSourceViewModel_FailedToLoadRemotePackages comment
- Fix "There as an error" to "There was an error" in
  Application_PackageArgumentsError message
- Reformat Application_PackageArgumentsError comment for better
  readability across multiple lines
- Update corresponding Designer.cs file to reflect the corrected error
  message

Reason for the change:
- Improve spelling accuracy in user-facing messages
- Enhance code quality and maintainability
- Ensure professional presentation of error communications to end users
@AdmiringWorm AdmiringWorm requested review from gep13 and vexx32 May 28, 2026 09:05
@AdmiringWorm AdmiringWorm added the Documentation Issues for changes that only need to change documentation. label May 28, 2026
@AdmiringWorm AdmiringWorm added this to the 3.2.0 milestone May 28, 2026
@AdmiringWorm AdmiringWorm self-assigned this May 28, 2026

@gep13 gep13 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vexx32 vexx32 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this, all looks good here!

@vexx32 vexx32 merged commit bf1f7d9 into chocolatey:release/3.2.0 May 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Issues for changes that only need to change documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants