summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-02-25 21:11:27 +0300
committerAlexander Golubev <fatzer2@gmail.com>2024-02-25 21:21:56 +0300
commit306725248336ed0b0d3bd8c945addca5fdc2458b (patch)
tree882964576ff7021c42968566fd00e1d5d56024fe
parent203430f2a131c97662fe268bef73f1918175bf01 (diff)
downloadtdeaddons-306725248336ed0b0d3bd8c945addca5fdc2458b.tar.gz
tdeaddons-306725248336ed0b0d3bd8c945addca5fdc2458b.zip
kate/katesort: fix a typo
Thanks to adem for noticing this on weblate Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--kate/katesort/sortdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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, "