mb.cpp: fix locale for YT

This commit is contained in:
GetAway
2018-10-05 22:34:04 +02:00
parent a58b35e3a7
commit ed4ebd12ce
7 changed files with 12 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ bool cYTFeedParser::parseFeedJSON(std::string &answer)
Json::Value elements = root["items"];
for(unsigned int i=0; i<elements.size();++i)
{
OnProgress(i, elements.size(), g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_MOVIES));
OnProgress(i, elements.size(), g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS));
#ifdef DEBUG_PARSER
printf("=========================================================\n");
printf("Element %d in elements\n", i);