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

Commit 5c24a3d4 authored by cretin45's avatar cretin45
Browse files

Settings: Minor string update for msim

Change-Id: I20edc79b291405b44cbf483f615c6473e5934de8
parent f0bc7206
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1223,7 +1223,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
    <string name="voice_title">Voice calls</string>

    <!-- Multi Sim Settings screen, Data box label -->
    <string name="data_title">Data calls</string>
    <string name="data_title">Data connection</string>

    <!-- Multi Sim Settings screen, SMS box label -->
    <string name="sms_title">Sending SMS</string>
@@ -1380,8 +1380,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
    <string name="set_priority_sub_error">Error while setting priority subscription. Subscription not active.</string>

    <!--Prompt, used only for voice-->
    <string name="prompt">Prompt</string>
    <string name="prompt_user">Prompt user</string>
    <string name="prompt">Always ask</string>

    <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
    <string name="regulatory_information_dialog_title" translatable="false">@string/regulatory_information</string>
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public class MultiSimSettings extends PreferenceActivity implements DialogInterf

        entryValuesPrompt[i] = Integer.toString(i);
        entriesPrompt[i] = getResources().getString(R.string.prompt);
        summariesPrompt[i] = getResources().getString(R.string.prompt_user);
        summariesPrompt[i] = getResources().getString(R.string.prompt);
        mReceiver = new AirplaneModeBroadcastReceiver();
        mIsAirplaneModeOn = isAirplaneModeOn();
    }