Summary: | "Banking" and "Investment" tab names in CVS Importer are untranslatable | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Yuri Chornoivan <yurchor> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | agander93 |
Priority: | NOR | ||
Version First Reported In: | SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of CSV Iporter dialog |
Description
Yuri Chornoivan
2011-07-21 07:35:06 UTC
thb@thb-nb:~/devel/kmymoney4/kmymoney/plugins/csvimport> grep "setTabText" *.cpp csvimporterdlg.cpp: tabWidget_Main->setTabText(0, "Banking*"); csvimporterdlg.cpp: tabWidget_Main->setTabText(1, "Investment"); csvimporterdlg.cpp: tabWidget_Main->setTabText(0, "Banking"); csvimporterdlg.cpp: tabWidget_Main->setTabText(1, "Investment*"); i18n is missing here. @Alvaro: Do we need to coordinate with the i18n team since we're currently in string freeze? Just CCMAIL kde-i18n-doc It is not a string freeze break in its pure sense. ;) Yuri is right. This kind of fixes are allowed during the string freeze. (In reply to comment #2) > Just CCMAIL kde-i18n-doc > > It is not a string freeze break in its pure sense. > ;) Apologies for my omission. Fix (Rev 1242530) now committed. Please say if you require anything else. |