[Marble-commits] KDE/kdeedu/marble/src/lib/routing/instructions
Yuri Chornoivan
yurchor at ukr.net
Fri Nov 12 17:09:22 CET 2010
SVN commit 1196128 by yurchor:
fix typo
M +2 -2 RoutingInstruction.cpp
--- trunk/KDE/kdeedu/marble/src/lib/routing/instructions/RoutingInstruction.cpp #1196127:1196128
@@ -247,9 +247,9 @@
if ( predecessor() && predecessor()->roundaboutExitNumber() ) {
int exit = predecessor()->roundaboutExitNumber();
if ( roadName().isEmpty() ) {
- return QObject::tr( "Take the %1. exit in the roundabout." ).arg( exit );
+ return QObject::tr( "Take the %1. Exit in the roundabout." ).arg( exit );
} else {
- QString text = QObject::tr( "Take the %1. exit in the roundabout into %2." );
+ QString text = QObject::tr( "Take the %1. Exit in the roundabout into %2." );
return text.arg( exit ).arg( roadName() );
}
}
More information about the Marble-commits
mailing list