diff options
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 74835d1e..40a15794 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -31,7 +31,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" - android:text="@string/copyright_guicode" /> + android:text="@string/repository_url_text" /> <TextView android:id="@+id/translation" |