[Marble-commits] KDE/kdeedu/marble/src/lib

Dennis Nienhüser earthwings at gentoo.org
Mon Oct 11 20:50:55 CEST 2010


SVN commit 1184892 by nienhueser:

Fix typo.

 M  +1 -1      ExternalEditorDialog.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/ExternalEditorDialog.cpp #1184891:1184892
@@ -95,7 +95,7 @@
         break;
     case 2:
         d->m_defaultEditor = josm;
-        description = tr( "JOSM is a powerful OpenStreetMap editor which is more complex to use that other editors. It is built on the Java platform and therefor runs on all systems for which Java is available but does not integrate well into the workspace. A Java SE-compatible runtime is required." );
+        description = tr( "JOSM is a powerful OpenStreetMap editor which is more complex to use than other editors. It is built on the Java platform and therefor runs on all systems for which Java is available but does not integrate well into the workspace. A Java SE-compatible runtime is required." );
         if ( !d->m_installedEditors[d->m_defaultEditor] ) {
             description += " <b>" + tr( "Please ask your system administrator to install %1 on your system." ).arg( "JOSM" ) + "</b>";
         }


More information about the Marble-commits mailing list