From kde-i18n-doc Tue Nov 22 22:10:46 2011 From: =?utf-8?q?Dennis_Nienh=C3=BCser?= Date: Tue, 22 Nov 2011 22:10:46 +0000 To: kde-i18n-doc Subject: [marble] src/plugins/render/elevationprofile: Fix grammar error Message-Id: <20111122221046.1DE2EA60B9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=132202332613277 Git commit 0bed09b59bbcb923dcf96650f15e8175c5b22e04 by Dennis Nienh=C3=BCse= r. Committed on 22/11/2011 at 23:09. Pushed by nienhueser into branch 'master'. Fix grammar error (an/a). CCMAIL: kde-i18n-doc@kde.org M +1 -1 src/plugins/render/elevationprofile/ElevationProfileFloatIte= m.cpp http://commits.kde.org/marble/0bed09b59bbcb923dcf96650f15e8175c5b22e04 diff --git a/src/plugins/render/elevationprofile/ElevationProfileFloatItem.= cpp b/src/plugins/render/elevationprofile/ElevationProfileFloatItem.cpp index 6e6ab0c..3cd5f37 100644 --- a/src/plugins/render/elevationprofile/ElevationProfileFloatItem.cpp +++ b/src/plugins/render/elevationprofile/ElevationProfileFloatItem.cpp @@ -118,7 +118,7 @@ QString ElevationProfileFloatItem::nameId() const = QString ElevationProfileFloatItem::description() const { - return tr("This is a float item that provides an route/track elevation= profile."); + return tr("This is a float item that provides a route/track elevation = profile."); } = QIcon ElevationProfileFloatItem::icon () const