https://bugs.kde.org/show_bug.cgi?id=387680
Bug ID: 387680 Summary: Word puzzle in progress view Product: Discover Version: 5.11.4 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: discover Assignee: aleix...@kde.org Reporter: kekc...@gmail.com Target Milestone: --- Progress view source file includes word puzzle added by the following commit: https://cgit.kde.org/discover.git/commit/?id=5e8f2d05704974f2e5d79c41aa9d5552c610dd52 : Label { + anchors.verticalCenter: parent.verticalCenter + Layout.fillWidth: true + elide: ElideRight + text: model.app.name + (listener.isActive ? " "+listener.statusText : "") + } I think it's better (especially for the translators) to change it to a separate text. -- You are receiving this mail because: You are watching all bug changes.