Skip to content

Commit 476df40

Browse files
committedNov 27, 2011
yet another german translation update
1 parent 29535eb commit 476df40

File tree

2 files changed

+309
-284
lines changed

2 files changed

+309
-284
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 308 additions & 283 deletions
Large diffs are not rendered by default.

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ QString QgsApplication::showSettings()
519519
.arg( themeName() )
520520
.arg( activeThemePath() )
521521
.arg( defaultThemePath() )
522-
.arg( svgPaths().join( "\n\t\t" ) )
522+
.arg( svgPaths().join( tr( "\n\t\t", "match indentation of application state" ) ) )
523523
.arg( qgisMasterDbFilePath() );
524524
return myState;
525525
}

0 commit comments

Comments
 (0)
Please sign in to comment.