Merge "Fix Network details title not being translated." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-20 00:50:34 +00:00
committed by Android (Google) Code Review

View File

@@ -912,7 +912,7 @@ public class WifiSettings extends RestrictedSettingsFragment
private void launchNetworkDetailsFragment(ConnectedAccessPointPreference pref) {
new SubSettingLauncher(getContext())
.setTitle(getContext().getString(R.string.pref_title_network_details))
.setTitle(R.string.pref_title_network_details)
.setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(pref.getExtras())
.setSourceMetricsCategory(getMetricsCategory())