kate/katesort: fix a typo

Thanks to adem for noticing this on weblate

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 3067252483)
r14.1.x
Alexander Golubev 7 months ago committed by Michele Calgaro
parent dd9dda4be6
commit 2b2ba553fe
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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, "

Loading…
Cancel
Save