LastFM -> Last.fm
This commit is contained in:
parent
f8d9d5106e
commit
2f4ada964e
2 changed files with 4 additions and 4 deletions
|
|
@ -147,7 +147,7 @@ public abstract class AbsTagEditorActivity extends AbsBaseActivity {
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
new MaterialDialog.Builder(AbsTagEditorActivity.this)
|
new MaterialDialog.Builder(AbsTagEditorActivity.this)
|
||||||
.title(R.string.update_image)
|
.title(R.string.update_image)
|
||||||
.items(R.array.update_albumcover_options)
|
.items(R.array.update_album_cover_options)
|
||||||
.itemsCallback(new MaterialDialog.ListCallback() {
|
.itemsCallback(new MaterialDialog.ListCallback() {
|
||||||
@Override
|
@Override
|
||||||
public void onSelection(MaterialDialog dialog, View view, int which, CharSequence text) {
|
public void onSelection(MaterialDialog dialog, View view, int which, CharSequence text) {
|
||||||
|
|
|
||||||
|
|
@ -126,11 +126,11 @@
|
||||||
<string name="pref_summary_colored_album_footers">Album footers in the grid are colored with the album cover\'s palette.</string>
|
<string name="pref_summary_colored_album_footers">Album footers in the grid are colored with the album cover\'s palette.</string>
|
||||||
<string name="failed_download_albumart">Unable to download the art for this album.</string>
|
<string name="failed_download_albumart">Unable to download the art for this album.</string>
|
||||||
|
|
||||||
<string-array name="update_albumcover_options">
|
<string-array name="update_album_cover_options">
|
||||||
<item>Download from LastFM</item>
|
<item>Download from Last.fm</item>
|
||||||
<item>Pick from Local Storage</item>
|
<item>Pick from Local Storage</item>
|
||||||
<item>Web Search</item>
|
<item>Web Search</item>
|
||||||
<item>Delete</item>
|
<item>Remove Cover</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue