mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user