| Summary: | untranslatable strings in kbaccountlist.cpp | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Burkhard Lück <lueck> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | change tr() to i18n() to enable message extraction | ||
SVN commit 1256115 by tbaumgart: Removed unused code Make strings translatable Needs backport to stable branch BUG: 282901 M +11 -68 kbaccountlist.cpp M +0 -2 kbaccountlist.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1256115 SVN commit 1256925 by conet: Removed unused code Make strings translatable Backported to the stable branch. BUG: 282901 M +11 -68 kbaccountlist.cpp M +0 -2 kbaccountlist.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1256925 |
Created attachment 64007 [details] change tr() to i18n() to enable message extraction Version: SVN trunk (using Devel) OS: Linux kbaccountlist.cpp has some untranslatable strings because tr() calls are used Reproducible: Always Steps to Reproduce: Use Account Mapping dialog in KBanking Actual Results: untranslated headers Expected Results: translated headers