* Remove triple dot "..." from main menu entries and main menu plugin names.
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / plugin.py
index 733edd6dc7a87bfa38d574b92d56c7463dbfb01c..39c1131a8ad2b011e1bbea3d85ce47eae1b9a716 100755 (executable)
@@ -218,7 +218,7 @@ def startSetup(menuid):
        if menuid != "system": 
                return [ ]
 
-       return [(_("A/V Settings") + "...", videoSetupMain, "av_setup", 40)]
+       return [(_("A/V Settings"), videoSetupMain, "av_setup", 40)]
 
 def VideoWizard(*args, **kwargs):
        from VideoWizard import VideoWizard