Remove redundant "(Approx.)"

It is made redundant by the ~, and Approx. is an ugly abbreviation anyway
This commit is contained in:
fieldOfView 2017-01-03 11:11:57 +01:00
parent a83c397d69
commit 6479f2f938

View file

@ -189,7 +189,7 @@ TabView
height: parent.rowHeight
}
Label { width: base.firstColumnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Cost per Meter (Approx.)") }
Label { width: base.firstColumnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Cost per Meter") }
Label
{
width: base.secondColumnWidth