This commit is contained in:
Ellpeck 2015-10-23 19:06:40 +02:00
parent 7c1e589aa4
commit dc4fab5902

View file

@ -45,7 +45,7 @@ public class BookletChapter{
}
public String getLocalizedName(){
return this.color+StringUtil.localize("booklet."+ModUtil.MOD_ID_LOWER+".chapter."+this.unlocalizedName+".name");
return StringUtil.localize("booklet."+ModUtil.MOD_ID_LOWER+".chapter."+this.unlocalizedName+".name");
}
public String getNameWithColor(){