| Summary: | Untranslated Strings in Files Panel | ||
|---|---|---|---|
| Product: | [Applications] marble | Reporter: | Burkhard Lück <lueck> |
| Component: | general | Assignee: | marble-bugs |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nienhueser |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/marble/16a8c7c39e8733600f7d389c49d4fd3e6ac62be1 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
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 Do you want that backported to KDE/4.12 or KDE/4.11? (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 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 |
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");