Skip to content

Commit

Permalink
Merge pull request #2551 from flatron4eg/translation-fix
Browse files Browse the repository at this point in the history
Fix translation line for Chocolatey
  • Loading branch information
marticliment authored Jul 28, 2024
2 parents f3f87cd + 12dc155 commit c2ac151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public Chocolatey()
Properties = new ManagerProperties
{
Name = "Chocolatey",
Description = CoreTools.Translate("The classic package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>"),
Description = CoreTools.Translate("The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>"),
IconId = IconType.Chocolatey,
ColorIconId = "choco_color",
ExecutableFriendlyName = "choco.exe",
Expand Down

0 comments on commit c2ac151

Please sign in to comment.