Translating the "Upper" and "Lower" case strings for the name input screen

This commit is contained in:
mshirt 2017-06-11 16:35:41 -07:00
parent 0a5b36438d
commit 7ae0b4e977

View file

@ -4,7 +4,7 @@ Font.default_name = Language::FONT_WESTERN
class Language class Language
def self.create_input def self.create_input
input = Window_NameInput.new input = Window_NameInput.new
input.set_mode_buttons [['Upper', 'Lower']] input.set_mode_buttons [[tr('Upper'), tr('Lower')]]
input.character_tables = { input.character_tables = {
[0] => [ # Case: Upper [0] => [ # Case: Upper
"A","B","C","D","E","F","G","H","I","J", "A","B","C","D","E","F","G","H","I","J",