add some translations (translations in the wizard don't work in some places)
[vuplus_dvbapp] / lib / service / servicedvb.cpp
index b3c1573..a9d235e 100644 (file)
@@ -106,7 +106,7 @@ RESULT eStaticServiceDVBBouquetInformation::getName(const eServiceReference &ref
 
        if ( bouquet && bouquet->m_bouquet_name.length() )
        {
-               name = "[Bouquet] " + bouquet->m_bouquet_name;
+               name = bouquet->m_bouquet_name;
                return 0;
        }
        else