[DVDBurn] remove "..." at menu entry string
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / plugin.py
index 45f438da0142ca8174838ccfe1887e8ee6b045c3..bd856b4757985f36e7ab30f5056cc6605281e55d 100644 (file)
@@ -12,6 +12,6 @@ def main_add(session, service, **kwargs):
        dvdburn.selectedSource(service)
 
 def Plugins(**kwargs):
-       descr = _("Burn to DVD...")
+       descr = _("Burn to DVD")
        return [PluginDescriptor(name="DVD Burn", description=descr, where = PluginDescriptor.WHERE_MOVIELIST, fnc=main_add, icon="dvdburn.png"),
                PluginDescriptor(name="DVD Burn", description=descr, where = PluginDescriptor.WHERE_PLUGINMENU, fnc=main, icon="dvdburn.png") ]