Main author -> Main developer (in About)

This commit is contained in:
Jakob Nixdorf 2018-01-11 16:17:24 +01:00
parent da17ff33f7
commit 0c8c5018fe
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 2 additions and 2 deletions

View file

@ -288,7 +288,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/about_label_main_author"/>
android:text="@string/about_label_main_developer"/>
<LinearLayout
android:orientation="horizontal"

View file

@ -15,7 +15,7 @@
<!-- Authors -->
<string name="about_title_authors">Authors</string>
<string name="about_label_main_author">Main author</string>
<string name="about_label_main_developer">Main developer</string>
<string name="about_label_developer">Developer</string>
<string name="about_label_original_author">Author of the original app</string>
<string name="about_label_original_app">Original App</string>