From kde-commits Tue Dec 28 14:55:59 2010 From: Frederik Schwarzer Date: Tue, 28 Dec 2010 14:55:59 +0000 To: kde-commits Subject: KDE/kdeedu/marble/src Message-Id: <20101228145559.EAAF8AC8B0 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129354822707130 SVN commit 1209915 by schwarzer: typo M +1 -1 kdemain.cpp --- trunk/KDE/kdeedu/marble/src/kdemain.cpp #1209914:1209915 @@ -256,7 +256,7 @@ options.add( "enableCurrentLocation", ki18n( "Enable tab to show the current location" ) ); options.add( "enableFileView", ki18n( "Enable tab to see gpxFileView" ) ); - options.add( "tile-id", ki18n( "Show tile id's" ) ); + options.add( "tile-id", ki18n( "Show tile IDs" ) ); options.add( "marbledatapath ", ki18n( "Use a different directory which contains map data" ) ); if( profiles & MarbleGlobal::SmallScreen ) { options.add( "nosmallscreen", ki18n( "Do not use the interface optimized for small screens" ) );