Bug 328587

Summary: Untranslated Strings in Files Panel
Product: [Applications] marble Reporter: Burkhard Lück <lueck>
Component: generalAssignee: marble-bugs
Status: RESOLVED FIXED    
Severity: normal CC: nienhueser
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Burkhard Lück 2013-12-09 18:16:32 UTC
src/lib/marble/GeoDataTreeModel.cpp:

QVariant GeoDataTreeModel::headerData(int section, Qt::Orientation orientation,
                            int role) const
{
    if ( role == Qt::DisplayRole && orientation == Qt::Horizontal )
    {
        switch ( section ) {
        case 0:
            return QString("Name");
            break;
        case 1:
             return QString("Type");
             break;
        case 2:
            return QString("Popularity");
            break;
        case 3:
            return QString("PopIndex");
Comment 1 Dennis Nienhüser 2013-12-10 21:54:46 UTC
Git commit 16a8c7c39e8733600f7d389c49d4fd3e6ac62be1 by Dennis Nienhüser.
Committed on 10/12/2013 at 21:34.
Pushed by nienhueser into branch 'master'.

Translate UI strings

M  +4    -4    src/lib/marble/GeoDataTreeModel.cpp

http://commits.kde.org/marble/16a8c7c39e8733600f7d389c49d4fd3e6ac62be1
Comment 2 Dennis Nienhüser 2013-12-10 21:57:22 UTC
Do you want that backported to KDE/4.12 or KDE/4.11?
Comment 3 Burkhard Lück 2013-12-11 05:42:57 UTC
(In reply to comment #2)
> Do you want that backported to KDE/4.12 or KDE/4.11?

To 4.12 please, scripty does not track 4.11 any more.
Thanks
Comment 4 Dennis Nienhüser 2013-12-11 21:02:58 UTC
Git commit 2d07806c7aad005659d121df96619e37b77b0531 by Dennis Nienhüser.
Committed on 10/12/2013 at 21:34.
Pushed by nienhueser into branch 'KDE/4.12'.

Translate UI strings
(cherry picked from commit 16a8c7c39e8733600f7d389c49d4fd3e6ac62be1)

M  +4    -4    src/lib/marble/GeoDataTreeModel.cpp

http://commits.kde.org/marble/2d07806c7aad005659d121df96619e37b77b0531