remove annoying "fallback" message
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Fri, 25 Sep 2009 17:40:18 +0000 (17:40 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Fri, 25 Sep 2009 17:40:18 +0000 (17:40 +0000)
autotimer/src/__init__.py
epgrefresh/src/__init__.py
epgsearch/src/__init__.py
ftpbrowser/src/__init__.py
simplerss/src/__init__.py

index ba933ad..8ba89d1 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("AutoTimer", txt)
        if t == txt:
-               print "[AutoTimer] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t
 
index 4573556..533efe0 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("EPGRefresh", txt)
        if t == txt:
-               print "[EPGRefresh] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t
 
index 2107762..a02ac4e 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("EPGSearch", txt)
        if t == txt:
-               print "[EPGSearch] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t
 
index 17c0c36..08514ec 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("FTPBrowser", txt)
        if t == txt:
-               print "[FTPBrowser] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t
 
index 6f30629..02533b0 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("SimpleRSS", txt)
        if t == txt:
-               print "[SimpleRSS] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t