diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 14:51:34 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 14:51:34 +0100 |
| commit | 939c323eadd7ec9d3656bfe59a46c630415bdb19 (patch) | |
| tree | e9cbb2f3369ab12efd260df1e48fc2e56e1d7d2f /lib/python/Plugins/SystemPlugins/Videomode/plugin.py | |
| parent | 2f402fe5d00f8894e69033e1f6015a4483bb9de6 (diff) | |
| download | enigma2-939c323eadd7ec9d3656bfe59a46c630415bdb19.tar.gz enigma2-939c323eadd7ec9d3656bfe59a46c630415bdb19.zip | |
* Remove triple dot "..." from main menu entries and main menu plugin names.
This fixes bug #171
Please enter the commit message for your changes. Lines starting
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 |
