From 416b77e12252bcaf34a335fa9e6c8005cd65c2f5 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 3 Sep 2014 12:36:36 +0200 Subject: [PATCH] media library: adjust info message a bit --- src/media_library.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media_library.cpp b/src/media_library.cpp index 1b4b1fea..5f11f9fe 100644 --- a/src/media_library.cpp +++ b/src/media_library.cpp @@ -945,7 +945,7 @@ void MediaLibrary::LocateSong(const MPD::Song &s) { std::string item_type = boost::locale::to_lower( tagTypeToString(Config.media_lib_primary_tag)); - Statusbar::printf("Can't use this function because the song has no %s tag set", item_type); + Statusbar::printf("Can't use this function because the song has no %s tag", item_type); return; } if (!s.isFromDatabase())