Consistently call "Ink" -> "Freehand Line"

remotes/origin/epub-qtextdoc
Fabio D'Urso 13 years ago
parent 35d481e783
commit d197c9a109
  1. 2
      ui/annotationpropertiesdialog.cpp
  2. 2
      ui/guiutils.cpp

@ -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" );
break;
case Okular::Annotation::ACaret:
captiontext = i18n( "Caret Properties" );

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

Loading…
Cancel
Save