From 306725248336ed0b0d3bd8c945addca5fdc2458b Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sun, 25 Feb 2024 21:11:27 +0300 Subject: [PATCH] kate/katesort: fix a typo Thanks to adem for noticing this on weblate Signed-off-by: Alexander Golubev --- kate/katesort/sortdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kate/katesort/sortdialog.cpp b/kate/katesort/sortdialog.cpp index 09f43fd..53c5b22 100644 --- a/kate/katesort/sortdialog.cpp +++ b/kate/katesort/sortdialog.cpp @@ -36,7 +36,7 @@ SortDialog::SortDialog ( TQWidget* parent, const char* name, bool modal, WFlags TQWhatsThis::add(m_checkBoxCase,i18n( "Check this for case sensitive sort.")); TQWhatsThis::add(m_checkBoxUnique,i18n( - "Check this to removed all duplicated records.")); + "Check this to remove all duplicated records.")); TQWhatsThis::add(m_checkBoxByCol,i18n( "Check this for sorting by specific column.\n\n" "If a part of one line is selected, "