diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-07-16 11:33:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-16 11:33:35 +0200 |
| commit | 28cc91aee8ec804d3b8b707d1b63a8a6ac9a603a (patch) | |
| tree | 4766f2a032783348ace8a7d7eb6f0685a6563ade /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | |
| parent | efb43f7c6f9b191ea8a880dc4b209e835495846a (diff) | |
| download | notenoughupdates-28cc91aee8ec804d3b8b707d1b63a8a6ac9a603a.tar.gz notenoughupdates-28cc91aee8ec804d3b8b707d1b63a8a6ac9a603a.tar.bz2 notenoughupdates-28cc91aee8ec804d3b8b707d1b63a8a6ac9a603a.zip | |
No more daily + fixed trigger (#189)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java index e25a535f..98d429d0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java @@ -45,7 +45,7 @@ public class Notifications { @Expose @ConfigOption( - name = "OldAnimations warning", + name = "OldAnimations Warning", desc = "Warning when an unsupported OldAnimations mod is used" ) @ConfigEditorBoolean @@ -53,7 +53,7 @@ public class Notifications { @Expose @ConfigOption( - name = "Fast Render warning", + name = "Fast Render Warning", desc = "\u00a7cIf and ONLY if you have Fast Render disabled and are still seeing the warning, you can disable it here.\nDisabling it with Fast Render still on will lead to broken features." ) @ConfigEditorBoolean |
