Skip to content

Commit

Permalink
Fix MultiRecipeMap localize on TOP
Browse files Browse the repository at this point in the history
  • Loading branch information
KatatsumuriPan committed Aug 17, 2023
1 parent feacf35 commit 426f5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected void addProbeInfo(@Nonnull IMultipleRecipeMaps iMultipleRecipeMaps, @N
if (recipeMap.equals(iMultipleRecipeMaps.getCurrentRecipeMap())) {
iProbeInfo.text(" " + TextStyleClass.INFOIMP + "{*recipemap." + recipeMap.getUnlocalizedName() + ".name*} {*<*}");
} else {
iProbeInfo.text(" " + TextStyleClass.LABEL + recipeMap.getLocalizedName());
iProbeInfo.text(" " + TextStyleClass.LABEL + "{*recipemap." + recipeMap.getUnlocalizedName() + ".name*}");
}
}
}
Expand Down

0 comments on commit 426f5af

Please sign in to comment.