Fix title of the Network settings screen to say "Mobile network
settings".

Bug: 37310451
Test: manual
Change-Id: Ia48bc490f98f66e4e2ff08d04d12f7d5b2a17b45
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 75b2039..3ee345e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -328,7 +328,7 @@
         <!-- "Mobile network settings" screen, used on both
              non-voice-capable tablets and regular phone devices. -->
         <activity android:name="MobileNetworkSettings"
-            android:label="@string/settings_label"
+            android:label="@string/network_settings_title"
             android:theme="@style/NetworkOperatorsSettingsTheme">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />