imdb: localize output

Origin commit data
------------------
Branch: ni/coolstream
Commit: 47d920a3e2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-29 (Mon, 29 May 2017)

Origin message was:
------------------
- imdb: localize output

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-29 11:49:00 +02:00
parent 829c3f35ec
commit 9926360aee
6 changed files with 70 additions and 15 deletions

View File

@@ -1668,7 +1668,7 @@ int CEpgData::showIMDb(bool splash)
if (imdb_rating == "N/A")
{
value = "0";
imdb_rating = "Keine Bewertung";
imdb_rating = g_Locale->getText(LOCALE_IMDB_DATA_RATING_FAILED);
}
else
imdb_rating += "/10";