Make "About" string translatable
This commit is contained in:
parent
29bea3b1c6
commit
13207ab1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ public class SponsorBlockPreferenceFragment extends PreferenceFragment implement
|
|||
private void addAboutCategory(Context context, PreferenceScreen screen) {
|
||||
PreferenceCategory category = new PreferenceCategory(context);
|
||||
screen.addPreference(category);
|
||||
category.setTitle("About");
|
||||
category.setTitle(str("about"));
|
||||
|
||||
{
|
||||
Preference preference = new Preference(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue