Skip to content

Commit

Permalink
Fix Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 28, 2023
1 parent a84fa43 commit 23f6b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionTagger.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public Program()
_mainWindowController.AppInfo.ShortName = _("Tagger");
_mainWindowController.AppInfo.Description = $"{_("Tag your music")}.";
_mainWindowController.AppInfo.Version = "2023.8.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added support for the BeatsPerMinute tag property</li><li>Fixed an issue where clearing a tag did not clear all feilds</li><li>Empty Year, Track, and BPM fields will show an empty string instead of 0</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added support for the BeatsPerMinute tag property</li><li>Fixed an issue where clearing a tag did not clear all fields</li><li>Empty Year, Track, and BPM fields will show an empty string instead of 0</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Tagger");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Tagger/issues/new");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Tagger/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<release version="2023.8.0-beta1" date="2023-07-28">
<description translatable="no">
<p>- Added support for the BeatsPerMinute tag property</p>
<p>- Fixed an issue where clearing a tag did not clear all feilds</p>
<p>- Fixed an issue where clearing a tag did not clear all fields</p>
<p>- Empty Year, Track, and BPM fields will show an empty string instead of 0</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
Expand Down

0 comments on commit 23f6b41

Please sign in to comment.