Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10346a41 authored by Michael W's avatar Michael W
Browse files

Settings: Move shortcut string to cm_strings

* Missed that this one already existed...

Change-Id: I74779f0872727fed2bbb9abc3107968be3e68940
parent dd2d6b5b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -395,4 +395,7 @@
    <!-- Hotspot lineage extras -->
    <string name="tethering_allow_vpn_upstreams_title">Allow clients to use VPNs</string>
    <string name="tethering_allow_vpn_upstreams_summary">Permit hotspot clients to use this device\u2019s VPN connections for upstream connectivity</string>

    <!-- Label for settings shortcut: mobile network -->
    <string name="network_settings_shortcut_title">Mobile network</string>
</resources>

res/values/lineage_strings.xml

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
     Copyright (C) 2019 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Label for settings shortcut: mobile network -->
    <string name="network_settings_shortcut_title">Mobile network</string>
</resources>