diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-19 17:37:57 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-19 17:37:57 +0100 |
commit | 4f7200c55032d17c9bdbdb30cfd83dc757c63fe7 (patch) | |
tree | 20281c98ed4d32024e43d08034d7ffdf1100f906 /app/src/main/res/values | |
parent | 19a621a29e81929fac065afd36a498645401c345 (diff) |
adjust Fragments
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c82fad35..c854948c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -81,8 +81,7 @@ <string name="title_activity_main">Bitmask</string> <string name="log_fragment_title">Log</string> - <string name="title_section2">Section 2</string> - <string name="title_section3">Section 3</string> + <string name="vpn_fragment_title">VPN</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> |