Translate rendering settings
This commit is contained in:
parent
db2629d346
commit
d7e4286d97
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
|
|||
ListPreference lp = new ListPreference(this);
|
||||
lp.setOnPreferenceChangeListener(this);
|
||||
lp.setKey(custom.getId());
|
||||
lp.setTitle(getStringPropertyName(custom.getId(), p.getName()));
|
||||
lp.setTitle(getStringPropertyName(p.getAttrName(), p.getName()));
|
||||
lp.setSummary(getStringPropertyDescription(p.getAttrName(), p.getDescription()));
|
||||
cat.addPreference(lp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue