From 0645b42b89058ccbbb6b6a099d1d090307c74fb0 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 27 Jan 2016 12:01:37 +0100 Subject: [PATCH] Made technical info headers translatable Closes #253 --- app/src/main/res/values/strings.xml | 3 +++ app/src/main/res/xml/preferences.xml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 32723510..37f1ab0b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -75,6 +75,9 @@ These issues are caused by bugs in Android, or in the software provided by the m Import hosts file Technical information + General + Networks + Subscriptions After disabling using the widget, automatically enable NetGuard again after the selected number of minutes (enter zero to disable this option) After turning the screen off, keep screen on rules active for the selected number of minutes (enter zero to disable this option) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 995172fe..473f7db7 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -192,12 +192,12 @@ android:title="@string/setting_technical"> + android:title="@string/setting_technical_general" /> + android:title="@string/setting_technical_networks" /> + android:title="@string/setting_technical_subscription" />