X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/79a47ef87af186c7a8e48ae9b99922cb1cb72512..97a75b2b15c91605969af322f4ed92559e7192d3:/MainController.m diff --git a/MainController.m b/MainController.m index 73a8146..23a6d1e 100755 --- a/MainController.m +++ b/MainController.m @@ -891,7 +891,7 @@ static MainController *sharedController; if ( [df boolForKey:@"showTime"] ) { NS_DURING time = [NSString stringWithFormat:@"%@: %@ / %@", - @"Time", + NSLocalizedString(@"time", @"Time"), [[self currentRemote] currentSongElapsed], [[self currentRemote] currentSongLength]]; NS_HANDLER @@ -930,7 +930,7 @@ static MainController *sharedController; } } - if ( [df boolForKey:@"showPlayCount"] && ![self radioIsPlaying] ) { + if ( [df boolForKey:@"showPlayCount"] && ![self radioIsPlaying] && [[self currentRemote] currentSource] == ITMTRemoteLibrarySource ) { NS_DURING playCount = [[self currentRemote] currentSongPlayCount]; NS_HANDLER