Skip to content

Commit f0193ae

Browse files
author
jef
committedAug 7, 2008
updated german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@9027 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c443714 commit f0193ae

File tree

2 files changed

+545
-91
lines changed

2 files changed

+545
-91
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 544 additions & 90 deletions
Large diffs are not rendered by default.

‎src/plugins/quick_print/quickprintplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void QuickPrintPlugin::initGui()
7474
// Create the action for tool
7575
mQActionPointer = new QAction(QIcon(":/quickprint/quick_print.png"),tr("Quick Print"), this);
7676
// Set the what's this text
77-
mQActionPointer->setWhatsThis(tr("Provides a qay to quickly produce a map with minimal user input."));
77+
mQActionPointer->setWhatsThis(tr("Provides a way to quickly produce a map with minimal user input."));
7878
// Connect the action to the run
7979
connect(mQActionPointer, SIGNAL(activated()), this, SLOT(run()));
8080
// Add the icon to the toolbar

0 commit comments

Comments
 (0)
Please sign in to comment.