Skip to content

Commit 05ec5ae

Browse files
author
jef
committedNov 29, 2010
german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14802 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+1319
-748
lines changed

2 files changed

+1319
-748
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 1318 additions & 747 deletions
Large diffs are not rendered by default.

‎src/app/composer/qgscomposerpicturewidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void QgsComposerPictureWidget::on_mRotationFromComposerMapCheckBox_stateChanged(
237237
return;
238238
}
239239

240-
mPicture->beginCommand( tr( "Rotation synchronisatione toggled" ) );
240+
mPicture->beginCommand( tr( "Rotation synchronisation toggled" ) );
241241
if ( state == Qt::Unchecked )
242242
{
243243
mPicture->setRotationMap( -1 );

0 commit comments

Comments
 (0)
Please sign in to comment.