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

Commit 4b305780 authored by Fan Zhang's avatar Fan Zhang
Browse files

Update "More" button text to "Advanced"

Test: visual
Change-Id: Idf05ffee206318b8bb10fb7547bcb68ad882b474
parent 81a030fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class ExpandPreference extends Preference {
    private void init() {
        setLayoutResource(R.layout.expand_preference);
        setIcon(R.drawable.ic_arrow_down_24dp);
        setTitle(R.string.wifi_more);
        setTitle(R.string.advanced_section_header);
        setOrder(999);
    }
}