[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    branches/KDE/4.5/kdeedu/marble/src/lib/routing
From:       Dennis Nienhüser <earthwings () gentoo ! org>
Date:       2010-09-26 9:41:51
Message-ID: 20100926094151.021B0AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1179853 by nienhueser:

Add tr() calls to the invalid via point error messages.
CCMAIL: kde-i18n-doc@kde.org


 M  +2 -2      RoutingModel.cpp  


--- branches/KDE/4.5/kdeedu/marble/src/lib/routing/RoutingModel.cpp #1179852:1179853
@@ -155,9 +155,9 @@
                 GeoDataCoordinates position;
                 if ( regexp.capturedTexts().size() == 4 ) {
                     //element.description = regexp.capturedTexts().at( 1 );
-                    element.description = "Sorry, found no streets nearby. Try \
moving this point closer to a street."; +                    element.description = \
tr( "Sorry, found no streets nearby. Try moving this point closer to a street." );  \
                if ( d->m_consecutiveErrors > 1 ) {
-                        element.description = "Sorry, still found no streets nearby. \
Please check http://openrouteservice.org to see whether routing in this country is \
supported yet."; +                        element.description = tr( "Sorry, still \
found no streets nearby. Please check http://openrouteservice.org to see whether \
routing in this country is supported yet." );  }
                     position.setLongitude( regexp.capturedTexts().at( 2 \
                ).toDouble(), GeoDataCoordinates::Degree );
                     position.setLatitude( regexp.capturedTexts().at( 3 ).toDouble(), \
GeoDataCoordinates::Degree );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic