diff options
| author | Madis <Madis0@users.noreply.github.com> | 2019-05-20 19:31:48 +0300 |
|---|---|---|
| committer | Daniel She <shekwancheung0528@gmail.com> | 2019-05-21 00:31:48 +0800 |
| commit | df40575b7a673ede2f9f38695cb8ac2d47c67385 (patch) | |
| tree | bab089c879db4b2c30ad0898cdf01a727a2058a3 /src/main | |
| parent | 74578dc1b83785d209bc62bed0aa9f5ed1930b91 (diff) | |
| download | RoughlyEnoughItems-df40575b7a673ede2f9f38695cb8ac2d47c67385.tar.gz RoughlyEnoughItems-df40575b7a673ede2f9f38695cb8ac2d47c67385.tar.bz2 RoughlyEnoughItems-df40575b7a673ede2f9f38695cb8ac2d47c67385.zip | |
English fix (#94)
Diffstat (limited to 'src/main')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 8911269ff..b8678c3cb 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -103,7 +103,7 @@ "_comment": "Config Tooltips", "tooltip.rei.config.side_search_box": "Declares the location of the search field:\nYes: Left / Right\nNo: Center\n \nDefaulted: No", - "tooltip.rei.config.list_ordering": "Declares the ordering of the side item list:\nYes: Left / Right\nNo: Center\n \nDefaulted: %s", + "tooltip.rei.config.list_ordering": "Declares the ordering of the side item list:\nValues: Registry / Name / Item Groups\n(Ascending / Descending)\n \nDefaulted: %s", "tooltip.rei.config.item_list_position": "Declares the position of the side item list:\nValues: Left / Right\n \nDefaulted: Right", "tooltip.rei.config.max_recipes_per_page": "Declares the maximum possible displayed recipes:\nValues: 2 - 99\n \nDefaulted: 3", "tooltip.rei.config.light_gray_recipe_border": "Declares the appearance of the recipe border:\nYes: Light Gray\nNo: Hard Black\n \nDefaulted: No", |
