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

Commit 3825cd4a authored by Marcos Marado's avatar Marcos Marado
Browse files

MSIM - SIM card status: name "SUB x" now "SIM x"

Change-Id: I064eda5ba38954e5a8f6afda79dc162c67b7405e
parent 0e1baa2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public class SelectSubscription extends TabActivity {
    public static final String PACKAGE = "PACKAGE";
    public static final String TARGET_CLASS = "TARGET_CLASS";

    private String[] tabLabel = {"SUB 1", "SUB 2", "SUB 3"};
    private String[] tabLabel = {"SIM 1", "SIM 2", "SIM 3"};

    private TabSpec subscriptionPref;