aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2010-03-30 17:18:07 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2010-03-31 09:29:31 +0200
commit469203620ff992decefb8942a79eb4ebfacf32d1 (patch)
tree3bd830f5d460b2c6f0c5ac945542c42b1543d35c
parentc15fe7a4031395509b94140764a79adc5ac678da (diff)
downloadenigma2-469203620ff992decefb8942a79eb4ebfacf32d1.tar.gz
enigma2-469203620ff992decefb8942a79eb4ebfacf32d1.zip
[DVDBurn] remove "..." at menu entry string
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/plugin.py2
-rwxr-xr-xpo/de.po4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/plugin.py b/lib/python/Plugins/Extensions/DVDBurn/plugin.py
index 45f438da..bd856b47 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/plugin.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/plugin.py
@@ -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") ]
diff --git a/po/de.po b/po/de.po
index 90170425..4de23c16 100755
--- a/po/de.po
+++ b/po/de.po
@@ -725,8 +725,8 @@ msgstr "Brenne DVD"
msgid "Burn existing image to DVD"
msgstr "Vorhandenes Image auf DVD brennen"
-msgid "Burn to DVD..."
-msgstr "Auf DVD brennen..."
+msgid "Burn to DVD"
+msgstr "Auf DVD brennen"
msgid "Bus: "
msgstr "Bus:"