From a984127e280c0f011c54afc8913b10cf7873e411 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 26 Mar 2020 01:58:54 -0600 Subject: LogViewerActivity: set a separate title Signed-off-by: Harsh Shandilya --- ui/src/main/res/values/strings.xml | 3 ++- ui/src/main/res/xml/preferences.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/src/main') diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 972b6244..64813dbe 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -185,7 +185,8 @@ Export tunnels to zip file Incorrect key length Bad characters in key - View application log + Log + View application log Logs may assist with debugging Save log diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml index b5929778..d330b875 100644 --- a/ui/src/main/res/xml/preferences.xml +++ b/ui/src/main/res/xml/preferences.xml @@ -14,7 +14,7 @@ + android:title="@string/log_viewer_pref_title" />