diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-12 02:26:18 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-15 01:04:05 +0800 |
| commit | 53da029b48084255103733b3a932948f84f58011 (patch) | |
| tree | 35c81a985c8ab7aade53f6666972f0eb592eec49 /runtime/src/main/resources/assets/roughlyenoughitems/lang | |
| parent | c2f282812a2d88eb017fefe05e202b42b272ae5c (diff) | |
| download | RoughlyEnoughItems-53da029b48084255103733b3a932948f84f58011.tar.gz RoughlyEnoughItems-53da029b48084255103733b3a932948f84f58011.tar.bz2 RoughlyEnoughItems-53da029b48084255103733b3a932948f84f58011.zip | |
Add preliminary crash catcher, close #771
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 insertions, 0 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 2db10f2ed..6824a0d97 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -130,6 +130,9 @@ "text.rei.tiny_potato": "Tiny Potatoz", "text.rei.add_favorite_widget": "Add...", "text.rei.dispose_here": "Dispose Here", + "text.rei.crash.title": "REI Crashed!", + "text.rei.crash.description": "§cRoughly Enough Item just experienced a crash during \"%s\".\n\n§fDetails of the crashed are displayed below. Please identify the mod that caused the crash and report it to the mod author, alongside the crash log provided below.\n\nIf you believe this crash is caused by a bug in Roughly Enough Item, please report it to our issue tracker.\n\n§6Thanks for your help!\n", + "text.rei.crash.crash_report": "Open Crash Report", "favorite.section.gamemode": "Game Mode", "favorite.section.weather": "Weather", "tooltip.rei.fluid_amount": "§7%d Unit", |
