I created an error in registration.java when changing the

first/last name to just fulll name.
Something simple. I will update the registration.xml file to reflect
both first
and last name right now.
This commit is contained in:
RowenaWinston
2013-12-02 20:31:53 -05:00
parent 914de0c7b5
commit af728c6ee8
7 changed files with 245 additions and 159 deletions

View File

@ -20,8 +20,7 @@
<string name="preferences_file">GamedayPreferences</string>
<string name="server_hostname">uncc-gameday.no-ip.org</string>
<string name="student_check_in">Student Check-In</string>
<string name="student_first_name">First Name:</string>
<string name="student_last_name">Last Name:</string>
<string name="student_name">Full Name:</string>
<string name="section_number">Section:</string>
<string name="row_number">Row:</string>
<string name="check_box_broadcast">Broadcast Information</string>