diff options
author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-05-06 19:39:01 +0200 |
---|---|---|
committer | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-06-02 13:26:45 +0200 |
commit | 8fdf8ca61535902b8644e39f846b9edb56e6865f (patch) | |
tree | 2357e35c5a525d82f220ac37dfb52a14d044abc5 /src/main/java/de/hysky | |
parent | db271cbea20bbf43892d33b3adc88819ba56a469 (diff) | |
download | Skyblocker-8fdf8ca61535902b8644e39f846b9edb56e6865f.tar.gz Skyblocker-8fdf8ca61535902b8644e39f846b9edb56e6865f.tar.bz2 Skyblocker-8fdf8ca61535902b8644e39f846b9edb56e6865f.zip |
one more localization
Diffstat (limited to 'src/main/java/de/hysky')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/config/categories/EventNotificationsCategory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/config/categories/EventNotificationsCategory.java b/src/main/java/de/hysky/skyblocker/config/categories/EventNotificationsCategory.java index 709c994e..db94eb8a 100644 --- a/src/main/java/de/hysky/skyblocker/config/categories/EventNotificationsCategory.java +++ b/src/main/java/de/hysky/skyblocker/config/categories/EventNotificationsCategory.java @@ -27,7 +27,7 @@ public class EventNotificationsCategory { () -> config.eventNotifications.reminderSound, sound -> config.eventNotifications.reminderSound = sound) .controller(ConfigUtils::createEnumCyclingListController) - .name(Text.literal("Notification Sound")) + .name(Text.translatable("text.autoconfig.skyblocker.option.eventNotifications.notificationSound")) .listener((soundOption, sound) -> { if (!shouldPlaySound) { shouldPlaySound = true; |