diff options
| author | efefury <69400149+efefury@users.noreply.github.com> | 2022-07-10 16:04:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 00:04:00 +1000 |
| commit | 04d6f54c067a5cdab61186eb37f67fef11affa57 (patch) | |
| tree | 7fac9ce78eab682d64d4d0b69787636895247ee1 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java | |
| parent | 6e40cd5d2426eee681b091acc6e0822d4d7c45b5 (diff) | |
| download | notenoughupdates-04d6f54c067a5cdab61186eb37f67fef11affa57.tar.gz notenoughupdates-04d6f54c067a5cdab61186eb37f67fef11affa57.tar.bz2 notenoughupdates-04d6f54c067a5cdab61186eb37f67fef11affa57.zip | |
ah profit cool gui display (#178)
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
Co-authored-by: nopo <noahogno@gmail.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java index 3fc72db5..9ed09ac3 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java @@ -62,7 +62,7 @@ public class ApiData { public int setRepositoryToDefaultButton = 0; @ConfigAccordionId(id = 1) - @ConfigOption(name = "Use dangerous Repository", desc = "The latest, most up to date item list for the NEU prereleases.\n§4Use §lonly§r§4 with the prereleases.") + @ConfigOption(name = "Use pre-release repository", desc = "The latest, most up to date item list for the NEU pre-releases.\n§4Use §lonly§r§4 with the pre-releases.") @ConfigEditorButton(runnableId = 24, buttonText = "Use") public int setRepositoryToDangerousButton = 0; |
