TL Text
This commit is contained in:
parent
329e7a8645
commit
d5a86f5b83
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ class Window_LearnResult < Window_Base
|
|||
def draw_skill_name(skill, point, x, y)
|
||||
return unless skill && point
|
||||
text_size = skill.name.size
|
||||
result = @category == :learn ? "Learn?":"Lvアップさせますか"
|
||||
result = @category == :learn ? "Learn?":"Level Up?"
|
||||
change_color(normal_color)
|
||||
draw_text(x + 4, y, contents_width, line_height, "#{Vocab::ap} #{point} Consume")
|
||||
draw_icon(skill.icon_index, x + 12, y + line_height)
|
||||
|
|
|
|||
Loading…
Reference in a new issue