Update "More" button text to "Advanced"

Test: visual
Change-Id: Idf05ffee206318b8bb10fb7547bcb68ad882b474
This commit is contained in:
Fan Zhang
2017-01-11 12:30:07 -08:00
parent 81a030fdfa
commit 4b3057809d

View File

@@ -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);
}
}