Bug 282901

Summary: untranslatable strings in kbaccountlist.cpp
Product: [Applications] kmymoney Reporter: Burkhard Lück <lueck>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: change tr() to i18n() to enable message extraction

Description Burkhard Lück 2011-09-27 12:03:18 UTC
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
Comment 1 Thomas Baumgart 2011-09-28 18:28:03 UTC
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
Comment 2 Cristian Oneț 2011-10-02 12:29:12 UTC
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