diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index b9c84ff2..5820d291 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -47,10 +47,10 @@ android:layout_height="10sp" /> <TextView + android:id="@+id/translation" android:layout_width="match_parent" android:layout_height="wrap_content" - android:autoLink="all" - android:text="@string/translationby" /> + android:autoLink="all" /> <Space android:layout_width="match_parent" |