diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-11-10 15:25:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 15:25:04 -0500 |
commit | 7a94d9380acb69006340e53db12faad8f13ab828 (patch) | |
tree | 928c13443b17cafb22949b08237df48ecd78638c /src/main | |
parent | e3942c04a53755faa1048978b74bdfbb39501d2e (diff) | |
download | Skyblocker-7a94d9380acb69006340e53db12faad8f13ab828.tar.gz Skyblocker-7a94d9380acb69006340e53db12faad8f13ab828.tar.bz2 Skyblocker-7a94d9380acb69006340e53db12faad8f13ab828.zip |
Fix localization (#411)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d52ef612..376e2bdf 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -321,7 +321,7 @@ "skyblocker.shortcuts.deleteQuestion": "Are you sure you want to remove this shortcut?", "skyblocker.shortcuts.deleteWarning": "Shortcut '%s' will be lost forever! (A long time!)", "skyblocker.shortcuts.new": "New Shortcut", - "skyblocker.shortcuts.commandSuggestionTooltip": "Due to limitations of Minecraft, command suggestions will only work after a restart of the game.", + "skyblocker.shortcuts.commandSuggestionTooltip": "Due to limitations of Minecraft, command suggestions will only work after joining a new world.", "skyblocker.customItemNames.removed": "§fRemoved this item's custom name.", "skyblocker.customItemNames.neverHad": "§fThis item doesn't have a custom name set, but why not add one? ;)", |