diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-12 09:40:56 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-12 09:40:56 +0200 |
commit | bd1a28d8639c0deb7afa5d1a895389f5fb980db0 (patch) | |
tree | 2696c2604a7f9133ac54aaa8203d7b872b7fe975 | |
parent | ffcb5ab1eff1ae0196e1a4479e51895c1d33b9e5 (diff) | |
download | MultiMC-bd1a28d8639c0deb7afa5d1a895389f5fb980db0.tar MultiMC-bd1a28d8639c0deb7afa5d1a895389f5fb980db0.tar.gz MultiMC-bd1a28d8639c0deb7afa5d1a895389f5fb980db0.tar.lz MultiMC-bd1a28d8639c0deb7afa5d1a895389f5fb980db0.tar.xz MultiMC-bd1a28d8639c0deb7afa5d1a895389f5fb980db0.zip |
GH-932 fix some changelog typos
-rw-r--r-- | changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 6b13f1b5..c7ac545b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,9 +6,9 @@ - Changed default console font to Courier 10pt on Windows - Status icons now: - Include a 'yellow' one - - Are clickable na link to [help.mojang.com](https://help.mojang.com/) + - Are clickable and link to [help.mojang.com](https://help.mojang.com/) - Refresh when the icon theme does -- Minecraft windows size is now always at least 1x1 pixel (prevents crash from bad settings) +- Minecraft window size is now always at least 1x1 pixel (prevents crash from bad settings) - Jar mods are now always put into a generated temporaty Minecraft jar instead of being put on the classpath - Better handling of Forge downloads (obviously invalid/broken files are redownloaded) - Mod lists are updated and sorted after adding mods |