https://bugs.kde.org/show_bug.cgi?id=370291
--- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Changing const QString MyMoneyFile::OpeningBalancesPrefix = I18N_NOOP("Opening Balances"); to const QString MyMoneyFile::OpeningBalancesPrefix = i18n("Opening Balances"); do not solve the problem, because i18n context seems not to be defined on that initialization stage. There is a refactoring of the related code required. -- You are receiving this mail because: You are watching all bug changes.