diff options
author | Chris <xchrisx@uber.space> | 2019-08-16 22:27:55 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-08-16 22:32:46 +0200 |
commit | 7187b9971214fefa7f8c7c4affc105d20e56ca2f (patch) | |
tree | 0865c04dc0d719ffa60df992ef57d0ec3292c038 /kate | |
parent | d3119bb794953d2c8c85a2c805fbe0a0bc8fcbaa (diff) | |
download | tdelibs-7187b9971214fefa7f8c7c4affc105d20e56ca2f.tar.gz tdelibs-7187b9971214fefa7f8c7c4affc105d20e56ca2f.zip |
Fix ordered list tag.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'kate')
-rw-r--r-- | kate/plugins/autobookmarker/autobookmarker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<li>The entity is dismissed, if a mime and/or filename mask is defined, " "and neither matches the document.</li>" "<li>Otherwise each line of the document is tried against the pattern, " - "and a bookmark is set on matching lines.</li></ul>" + "and a bookmark is set on matching lines.</li></ol>" "<p>Use the buttons below to manage your collection of entities.</p>") ); TQHBoxLayout *lo1 = new TQHBoxLayout ( lo ); |