* Remove triple dot "..." from main menu entries and main menu plugin names.
[enigma2.git] / lib / python / Plugins / SystemPlugins / CrashlogAutoSubmit / plugin.py
index cf998a791de1ff86ffc5f6c76b7fdaa81bff28f7..25639818cdf1f59c53b561c80547e54bd22b8a49 100755 (executable)
@@ -391,7 +391,7 @@ def selSetup(menuid, **kwargs):
        if menuid != "system":
                return [ ]
 
-       return [(_("Crashlog settings") + "...", openconfig, "crashlog_config", 70)]
+       return [(_("Crashlog settings"), openconfig, "crashlog_config", 70)]
 
 
 def Plugins(**kwargs):