X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/79f0f14b59c1943261983e92f0b97b9ce7df4bed..ac2878879847f965225e0f72c22ad17b513c16e6:/lib/python/Screens/InfoBar.py diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index a6403a30..55062878 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -174,7 +174,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ (_("Yes, returning to movie list"), "movielist"), (_("Yes, and delete this movie"), "quitanddelete"), (_("No"), "continue"), - (_("No, but restart from the beginning"), "restart") + (_("No, but restart from begin"), "restart") ) from Screens.ChoiceBox import ChoiceBox