Add Tomas

This commit is contained in:
Tim Bentley 2015-10-08 21:52:22 +01:00
parent 75f8ed0c49
commit 722ad0ea04
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class AboutFragment extends Fragment {
html.append(" © 2004-").append(date).append(" Raoul Snyman\n");
html.append(getString(R.string.about_display_5));
html.append(" © 2004-").append(date);
html.append("\nTim Bentley, Johan Mynhardt");
html.append("\nTim Bentley, Tomas Groth, Johan Mynhardt");
html.append("\n\n\n");
html.append(getString(R.string.about_display_6));
html.append("\n");