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);

View File

@ -428,6 +428,7 @@
<string name="playlist_add_stream_success">Playlisted</string>
<string name="playlist_thumbnail_change_success">Playlist thumbnail changed.</string>
<string name="playlist_delete_failure">Could not delete playlist.</string>
<string name="playlist_no_uploader">Auto-Generated (no uploader found)</string>
<!-- Players -->
<string name="caption_none">No Captions</string>
<string name="resize_fit">Fit</string>