diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index b02be03002..b856b9b6b6 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -19,7 +19,7 @@ static const char* g_szKeys[NUM_KEYBOARD_ROWS][KEYS_PER_ROW] = {"n","o","p","q","r","s","t","u","v","w","x","y","z"}, {"0","1","2","3","4","5","6","7","8","9"}, {"!","@","#","$","%","^","&","(",")","[","]","{","}"}, - {"+","-","=",",",".","_"}, + {"+","-","=",",",".","'","\""}, {"","","Space","","","Backsp","","","Cancel","","","Done",""}, };