1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Cyl > Cylinder

This commit is contained in:
Martin Měřinský 2017-03-06 13:12:27 +01:00 committed by Dirk Hohndel
parent a9d361574e
commit af219af9ba

View file

@ -232,7 +232,7 @@ QVariant DiveItem::data(int column, int role) const
retVal = tr("Suit");
break;
case CYLINDER:
retVal = tr("Cyl");
retVal = tr("Cylinder");
break;
case GAS:
retVal = tr("Gas");
@ -454,7 +454,7 @@ QVariant DiveTripModel::headerData(int section, Qt::Orientation orientation, int
ret = tr("Suit");
break;
case CYLINDER:
ret = tr("Cyl");
ret = tr("Cylinder");
break;
case GAS:
ret = tr("Gas");
@ -503,7 +503,7 @@ QVariant DiveTripModel::headerData(int section, Qt::Orientation orientation, int
ret = tr("Suit");
break;
case CYLINDER:
ret = tr("Cyl");
ret = tr("Cylinder");
break;
case GAS:
ret = tr("Gas");