Use string of wiki unavailable.
This commit is contained in:
parent
1c42afc00e
commit
dc0e5ed7f8
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ public class AlbumDetailActivity extends AbsSlidingMusicPanelActivity implements
|
||||||
if (wiki != null) {
|
if (wiki != null) {
|
||||||
getWikiDialog().show();
|
getWikiDialog().show();
|
||||||
} else {
|
} else {
|
||||||
Toast.makeText(AlbumDetailActivity.this, getResources().getString(R.string.biography_unavailable), Toast.LENGTH_SHORT).show();
|
Toast.makeText(AlbumDetailActivity.this, getResources().getString(R.string.wiki_unavailable), Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue