Bug 484716

Summary: [kmuddy] Unclear duplication "trigger/trigger" in ctriggereditor.cpp i18n string
Product: [I don't know] kde Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: REPORTED ---    
Severity: task    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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.