From 479ce3a1641398a8506812300834666614013850 Mon Sep 17 00:00:00 2001 From: Kunda Ki Date: Wed, 3 Sep 2025 12:04:13 +0000 Subject: Fix several user-facing and non-user-facing typos Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal` --- src/selectionmode/bottombarcontentscontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selectionmode/bottombarcontentscontainer.cpp') diff --git a/src/selectionmode/bottombarcontentscontainer.cpp b/src/selectionmode/bottombarcontentscontainer.cpp index 0e3087a9c..124fae682 100644 --- a/src/selectionmode/bottombarcontentscontainer.cpp +++ b/src/selectionmode/bottombarcontentscontainer.cpp @@ -599,7 +599,7 @@ void BottomBarContentsContainer::updateMainActionButton(const KFileItemList& sel // If this sort of word puzzle can not be correctly translated in your language, translate it as "NULL" (without the quotes) // and a fallback will be used. buttonText = i18ncp("@action", "Copy %2 to the Clipboard", "Copy %2 to the Clipboard", selectedItems.count(), fileItemListToString(selectedItems, fontMetrics.averageCharWidth() * 20, fontMetrics)); - // All these long lines can not be broken up with line breaks becaue the i18n call should be completely + // All these long lines can not be broken up with line breaks because the i18n call should be completely // in the line following the "i18n:" comment without any line breaks within the i18n call // or the comment might not be correctly extracted. See: https://commits.kde.org/kxmlgui/a31135046e1b3335b5d7bbbe6aa9a883ce3284c1 break; -- cgit v1.3.1