Bug 328587 - Untranslated Strings in Files Panel
Summary: Untranslated Strings in Files Panel
Status: RESOLVED FIXED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 18:16 UTC by Burkhard Lück
Modified: 2013-12-11 21:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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