[Marble-commits] KDE/kdeedu/marble/src/plugins/render
Andrew Coles
andrew.i.coles at googlemail.com
Tue Sep 14 18:28:14 CEST 2010
SVN commit 1175281 by coles:
Proof-reading:
- an valid -> a valid, because valid doesn't begin with a vowel sound
- gps -> GPS
M +1 -1 photo/CoordinatesParser.cpp
M +1 -1 photo/FlickrParser.cpp
M +1 -1 routing/RoutingPlugin.cpp
M +1 -1 weather/BBCParser.cpp
M +1 -1 weather/StationListParser.cpp
M +1 -1 wikipedia/GeonamesParser.cpp
--- trunk/KDE/kdeedu/marble/src/plugins/render/photo/CoordinatesParser.cpp #1175280:1175281
@@ -34,7 +34,7 @@
else if ( name() == "rsp" )
raiseError( QObject::tr("Query failed") );
else
- raiseError( QObject::tr("The file is not an valid Flickr answer.") );
+ raiseError( QObject::tr("The file is not a valid Flickr answer.") );
}
}
--- trunk/KDE/kdeedu/marble/src/plugins/render/photo/FlickrParser.cpp #1175280:1175281
@@ -40,7 +40,7 @@
else if ( name() == "rsp" )
raiseError( QObject::tr("Query failed") );
else
- raiseError( QObject::tr("The file is not an valid Flickr answer.") );
+ raiseError( QObject::tr("The file is not a valid Flickr answer.") );
}
}
--- trunk/KDE/kdeedu/marble/src/plugins/render/routing/RoutingPlugin.cpp #1175280:1175281
@@ -265,7 +265,7 @@
m_alwaysRecenterAction = new QAction( object );
m_alwaysRecenterAction->setText( tr( "Keep At Center" ) );
- m_alwaysRecenterAction->setToolTip( tr( "Always keep the gps location at the center of the map" ) );
+ m_alwaysRecenterAction->setToolTip( tr( "Always keep the GPS location at the center of the map" ) );
m_alwaysRecenterAction->setCheckable( true );
m_whenRequiredAction = new QAction( object );
--- trunk/KDE/kdeedu/marble/src/plugins/render/weather/BBCParser.cpp #1175280:1175281
@@ -114,7 +114,7 @@
if ( name() == "rss" )
readBBC();
else
- raiseError( QObject::tr("The file is not an valid BBC answer.") );
+ raiseError( QObject::tr("The file is not a valid BBC answer.") );
}
}
--- trunk/KDE/kdeedu/marble/src/plugins/render/weather/StationListParser.cpp #1175280:1175281
@@ -45,7 +45,7 @@
if ( name() == "StationList" )
readStationList();
else
- raiseError( QObject::tr("The file is not an valid file.") );
+ raiseError( QObject::tr("The file is not a valid file.") );
}
}
}
--- trunk/KDE/kdeedu/marble/src/plugins/render/wikipedia/GeonamesParser.cpp #1175280:1175281
@@ -39,7 +39,7 @@
if ( name() == "geonames" )
readGeonames();
else
- raiseError( QObject::tr("The file is not an valid Geonames answer.") );
+ raiseError( QObject::tr("The file is not a valid Geonames answer.") );
}
}
More information about the Marble-commits
mailing list