SVN commit 1212334 by vkrause: Load the akonadi catalog here as well, AgentBase does it already, it's not called for resources. M +1 -0 resourcebase.cpp --- trunk/KDE/kdepimlibs/akonadi/resourcebase.cpp #1212333:1212334 @@ -385,6 +385,7 @@ int ResourceBase::init( ResourceBase *r ) { QApplication::setQuitOnLastWindowClosed( false ); + KGlobal::locale()->insertCatalog( QLatin1String( "libakonadi" ) ); int rv = kapp->exec(); delete r; return rv;