diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp index 3f87f1580..2be5b00fb 100644 --- a/kate/plugins/autobookmarker/autobookmarker.cpp +++ b/kate/plugins/autobookmarker/autobookmarker.cpp @@ -396,7 +396,7 @@ AutoBookmarkerConfigPage::AutoBookmarkerConfigPage( TQWidget *parent, const char "
  • The entity is dismissed, if a mime and/or filename mask is defined, " "and neither matches the document.
  • " "
  • Otherwise each line of the document is tried against the pattern, " - "and a bookmark is set on matching lines.
  • " + "and a bookmark is set on matching lines." "

    Use the buttons below to manage your collection of entities.

    ") ); TQHBoxLayout *lo1 = new TQHBoxLayout ( lo );