display "artist info" instead of "artist's info"

This commit is contained in:
Andrzej Rybczak
2009-09-04 14:47:09 +02:00
parent d7108caf45
commit 7da142a4c7
2 changed files with 4 additions and 4 deletions

View File

@@ -156,9 +156,9 @@ void Info::GetArtist()
myOldScreen = myScreen;
myScreen = this;
RedrawHeader = 1;
itsTitle = "Artist's info - " + itsArtist;
itsTitle = "Artist info - " + itsArtist;
w->Clear();
static_cast<Window &>(*w) << "Fetching artist's info...";
static_cast<Window &>(*w) << "Fetching artist info...";
w->Window::Refresh();
# ifdef HAVE_PTHREAD_H
if (!Downloader)