[kmymoney4] [Bug 370291] Opening balance account is untranslated
Ralf Habacker
bugzilla_noreply at kde.org
Thu May 25 11:04:49 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=370291
--- Comment #2 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the KMyMoney-devel
mailing list