Amarok 2 untranslated strings

Mark Kretschmann kretschmann at kde.org
Sun Oct 26 20:18:19 CET 2008


Hey folks,

we have detected a few untranslated strings in Amarok 2. These are
visible in the Context Browser (the Plasma pane in the middle).

The code is in src/context/ContextView.cpp:

        amarokContainment->setTitle( "Page #1" ); //FIXME i18n()
        amarokContainment->setFooter( "1" ); //FIXME i18n()

and

        amarokContainment->setTitle( QString( "Page #%1" ).arg( size +
1 ) ); //FIXME i18n()
        amarokContainment->setFooter( QString( "%1" ).arg( size + 1 )
); //FIXME i18n()


What should we do about these?

-- 
Mark Kretschmann
Amarok Developer
www.kde.org - amarok.kde.org


More information about the Amarok-devel mailing list