@ -132,7 +132,7 @@ void AnnotsPropertiesDialog::setCaptionTextbyAnnotType()
captiontext = i18n( "Stamp Properties" );
break;
case Okular::Annotation::AInk:
captiontext = i18n( "Ink Properties" );
captiontext = i18n( "Freehand Line Properties" );
case Okular::Annotation::ACaret:
captiontext = i18n( "Caret Properties" );
@ -100,7 +100,7 @@ QString captionForAnnotation( const Okular::Annotation * ann )
ret = i18n( "Stamp" );
ret = i18n( "Ink" );
ret = i18n( "Freehand Line" );
ret = i18n( "Caret" );