Bug 484716 - [kmuddy] Unclear duplication "trigger/trigger" in ctriggereditor.cpp i18n string
Summary: [kmuddy] Unclear duplication "trigger/trigger" in ctriggereditor.cpp i18n string
Status: REPORTED
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR task
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-29 15:44 UTC by Oliver Kellogg
Modified: 2024-03-29 15:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Kellogg 2024-03-29 15:44:45 UTC
This is intended for "kmuddy" but I am unable to file it appropriately due to bug 484586:

In kmuddy/ctriggereditor.cpp function cTriggerEditor::createGUI line 265, there is

    d->check4->setWhatsThis( i18n ("<p>With global matching, one trigger/trigger can match multiple "
        "times, if it contains the pattern more than once. [...]"

On translating, I am unsure about the duplication "trigger/trigger" in that phrase.
I would have expected just
    "one trigger can match multiple times"
Please check, and if intentional then please provide i18n context for clarification.