aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-10-21 16:43:38 +0800
committershedaniel <daniel@shedaniel.me>2022-10-21 16:52:56 +0800
commit4b95ec3122c8c697ed5b66654aec94221a1593e2 (patch)
treea1096c94e0864320a9aaf88d689ba82e42d117f1 /runtime/src/main/resources
parentf5d187720bc7d01317ac6296d5b6854429e36a38 (diff)
downloadRoughlyEnoughItems-4b95ec3122c8c697ed5b66654aec94221a1593e2.tar.gz
RoughlyEnoughItems-4b95ec3122c8c697ed5b66654aec94221a1593e2.tar.bz2
RoughlyEnoughItems-4b95ec3122c8c697ed5b66654aec94221a1593e2.zip
Fix #1163
Diffstat (limited to 'runtime/src/main/resources')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 9b4606603..40d002df9 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -176,8 +176,10 @@
"text.rei.changelog.error.missingChangelogFile": "Missing changelog File!",
"text.rei.changelog.error.failedToReadChangelogFile": "Failed to read changelog File!",
"text.rei.collapsed.entry": "Collapsed Entry: %s",
- "text.rei.collapsed.entry.hint.expand": "Click to expand all %s (%d entries)",
- "text.rei.collapsed.entry.hint.collapse": "Click to collapse all %s (%d entries)",
+ "text.rei.collapsed.entry.hint.expand": "Alt-Click to expand all %s (%d entries)",
+ "text.rei.collapsed.entry.hint.expand.macos": "Option-Click to expand all %s (%d entries)",
+ "text.rei.collapsed.entry.hint.collapse": "Alt-Click to collapse all %s (%d entries)",
+ "text.rei.collapsed.entry.hint.collapse.macos": "Option-Click to collapse all %s (%d entries)",
"favorite.section.gamemode": "Game Mode",
"favorite.section.weather": "Weather",
"favorite.section.time": "Time",