diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index ff805d88f..4f94b3b8b 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -7,13 +7,13 @@ "lod.updater.title": "Distant Horizons auto updater", "lod.updater.text1": - "§lUpdate for Distant Horizons available!", + "§lNew update available!", "lod.updater.text2": - "§fWould you like to automatically update from version %s§f to %s§f?", + "§fDo you want to update from %s§f to %s§f?", "lod.updater.later": - "Later", + "Not now", "lod.updater.never": - "Dont show again", + "Don't show again", "lod.updater.update": "Update", "lod.updater.update.@tooltip": @@ -24,6 +24,20 @@ "Every time an update is available, it would update\n(§6WARNING§r: It wont prompt the user on an update, tough it would keep the mod up to date)", + "lod.general.back": + "Back", + "lod.general.next": + "Next", + "lod.general.done": + "Done", + "lod.general.cancel": + "Cancel", + "lod.general.yes": + "Yes", + "lod.general.no": + "No", + + "lod.config.title": diff --git a/core/src/main/resources/assets/lod/textures/gui/changelog.png b/core/src/main/resources/assets/lod/textures/gui/changelog.png new file mode 100644 index 000000000..bd7c50d0d Binary files /dev/null and b/core/src/main/resources/assets/lod/textures/gui/changelog.png differ