forked from mirror/monocles_chat_clean
Use right string
This commit is contained in:
parent
c500842eff
commit
11e46eeb56
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class ExtensionSettingsFragment extends androidx.fragment.app.Fragment {
|
|||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
getActivity().setTitle("Extensions");
|
||||
getActivity().setTitle(getString(R.string.pref_extensions_title));
|
||||
}
|
||||
|
||||
public void addExtension(Uri uri) {
|
||||
|
|
Loading…
Reference in a new issue