- locale: remove obsolete LOCALE_MOVIEBROWSER_IMDB_DATA

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-05-06 19:31:39 +02:00
committed by Thilo Graf
parent 3423c0682c
commit 4fbeb0e3d1
5 changed files with 1 additions and 5 deletions

View File

@@ -782,7 +782,7 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
size_t pos;
std::string element;
CHintBox hintBox(LOCALE_MOVIEBROWSER_HEAD, g_Locale->getText(LOCALE_MOVIEBROWSER_IMDB_DATA));
CHintBox hintBox(LOCALE_MOVIEBROWSER_HEAD, LOCALE_MOVIEBROWSER_MENU_DATA_REQUEST);
hintBox.paint();
std::string title = m_movieSelectionHandler->epgTitle;