Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f8e1a2ff74
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class SettingsNavigationActivity extends SettingsBaseActivity {
|
|||
p.getPossibleValueDescriptions(), svlss);
|
||||
}
|
||||
basePref.setTitle(SettingsBaseActivity.getRoutingStringPropertyName(this, p.getId(), p.getName()));
|
||||
basePref.setSummary(SettingsBaseActivity.getRoutingStringPropertyName(this, p.getId(), p.getDescription()));
|
||||
basePref.setSummary(SettingsBaseActivity.getRoutingStringPropertyDescription(this, p.getId(), p.getDescription()));
|
||||
cat.addPreference(basePref);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue