diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 14:56:27 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 14:56:27 +0100 |
| commit | c65fd5422ede36301e35382effbcc5af591893ce (patch) | |
| tree | 3572dfd75ba3257e365a2b6cfcfa7d3998a2d360 /lib/python/Plugins/SystemPlugins/Videomode/plugin.py | |
| parent | 57ff47aa9d84ac5502a6d1bebcb10780997c3134 (diff) | |
| parent | 939c323eadd7ec9d3656bfe59a46c630415bdb19 (diff) | |
| download | enigma2-c65fd5422ede36301e35382effbcc5af591893ce.tar.gz enigma2-c65fd5422ede36301e35382effbcc5af591893ce.zip | |
Merge commit 'origin/bug_171_remove_wrong_triple_dots' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/plugin.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Videomode/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py index 733edd6d..39c1131a 100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py @@ -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 |
