Skip to content

Wrong plural i18n string in Service.cpp #874

@meskobalazs

Description

@meskobalazs

In the keepassxc/src/http/Service.cpp file, there is this line at 548:

tr("Successfully removed %1 encryption-%2 from KeePassX/Http Settings.").arg(count).arg(count ? "keys" : "key")

The string should use plurals correctly, as right now key or keys are hardcoded. I would do the fix myself, but I don't know Qt.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions