[Marble-commits] KDE/kdeedu/marble/src/plugins/render/osmannotate
Andrew Coles
andrew_coles at yahoo.co.uk
Sat Oct 10 00:24:38 CEST 2009
SVN commit 1033344 by coles:
Minor proof-reading.
M +4 -4 OsmAnnotatePlugin.cpp
M +1 -1 TextEditor.cpp
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/OsmAnnotatePlugin.cpp #1033343:1033344
@@ -86,7 +86,7 @@
QString OsmAnnotatePlugin::description() const
{
- return tr( "This is a render and interaciton plugin used for annotating OSM data." );
+ return tr( "This is a render and interaction plugin used for annotating OSM data." );
}
QIcon OsmAnnotatePlugin::icon () const
@@ -215,8 +215,8 @@
if( reply->error() == QNetworkReply::NoError ) {
readOsmFile( reply, false );
} else {
- m_errorMessage.showMessage( tr("Error while trying to download the"
- "OSM file from the server. The"
+ m_errorMessage.showMessage( tr("Error while trying to download the "
+ "OSM file from the server. The "
"error was:\n %1" ).arg(reply->errorString()) );
}
}
@@ -273,7 +273,7 @@
if( ! ( topIsOnGlobe && bottomIsOnGlobe ) ) {
m_errorMessage.showMessage( tr("One of the selection points is not on"
" the Globe. Please only select a region"
- " on the globe") );
+ " on the globe.") );
return;
}
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/TextEditor.cpp #1033343:1033344
@@ -59,7 +59,7 @@
m_italicButton->setDefaultAction( m_italicAction );
m_underLineAction = new QAction( this );
- m_underLineAction->setText( tr("UnderLine") );
+ m_underLineAction->setText( tr("Underline") );
m_underLineButton = new QToolButton;
m_underLineButton->setDefaultAction( m_underLineAction );
More information about the Marble-commits
mailing list