Use abbreviations with dots.

This commit is contained in:
Martin Měřinský 2017-03-06 13:27:39 +01:00 committed by Dirk Hohndel
parent bdb83fd9b5
commit dcf2542215
18 changed files with 31 additions and 31 deletions

View file

@ -246,7 +246,7 @@ QVariant DiveItem::data(int column, int role) const
retVal = tr("OTU");
break;
case MAXCNS:
retVal = tr("Max CNS");
retVal = tr("Max. CNS");
break;
case PHOTOS:
retVal = tr("Photos before/during/after dive");