LastFM -> Last.fm

This commit is contained in:
Aidan Follestad 2015-04-19 01:05:34 -05:00
commit 2f4ada964e
2 changed files with 4 additions and 4 deletions

View file

@ -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) {

View file

@ -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>