summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-08-16 22:27:55 +0200
committerChris <xchrisx@uber.space>2019-08-16 22:32:46 +0200
commit7187b9971214fefa7f8c7c4affc105d20e56ca2f (patch)
tree0865c04dc0d719ffa60df992ef57d0ec3292c038
parentd3119bb794953d2c8c85a2c805fbe0a0bc8fcbaa (diff)
downloadtdelibs-7187b997.tar.gz
tdelibs-7187b997.zip
Fix ordered list tag.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--kate/plugins/autobookmarker/autobookmarker.cpp2
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 );