Using Strings

still need to find out why its null on the library
This commit is contained in:
Peter Hindes 2019-10-15 12:49:24 -06:00
parent df2bb228c5
commit 9c00e7f45c
2 changed files with 2 additions and 1 deletions

View file

@ -276,7 +276,7 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> {
}
} else { // Else : hide the uploader section
//headerUploaderLayout.setVisibility(View.INVISIBLE);
headerUploaderName.setText("Auto-Generated (no uploader found)");
headerUploaderName.setText(R.string.playlist_no_uploader);
}
playlistCtrl.setVisibility(View.VISIBLE);