Adjusting the activity_about.xml

Change of reference text see link:
"https://github.com/SecUSo/privacy-friendly-app-example/blob/master/app/src/main/res/values/strings.xml#L62"
This commit is contained in:
ErikWaegerle 2020-08-22 18:34:14 +02:00
parent 0af90ed3fd
commit b9e5ec9d48

View file

@ -70,7 +70,7 @@
<string name="about_author_names" translatable="false">Christopher Beckmann, Timm Lippert</string> <string name="about_author_names" translatable="false">Christopher Beckmann, Timm Lippert</string>
<string name="about_author_contributors">and contributors.</string> <string name="about_author_contributors">and contributors.</string>
<string name="about_affiliation">In affiliation with</string> <string name="about_affiliation">In affiliation with</string>
<string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by Technische Universität Darmstadt. Sourcecode licensed under GPLv3. Images copyright TU Darmstadt and Google Inc.</string> <string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by Karlsruher Institute for Technology (KIT). Sourcecode licensed under GPLv3. Images copyright KIT and Google Inc.</string>
<string name="more_info">More information can be found on:</string> <string name="more_info">More information can be found on:</string>
<string name="github" translatable="false"><a href="https://github.com/SecUSo/privacy-friendly-sudoku">Github-Repo</a></string> <string name="github" translatable="false"><a href="https://github.com/SecUSo/privacy-friendly-sudoku">Github-Repo</a></string>
<string name="url" translatable="false"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string> <string name="url" translatable="false"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>