https://bugs.kde.org/show_bug.cgi?id=502895
Bug ID: 502895 Summary: Comma is absent between two sentences in hang notification Classification: I don't know Product: kde Version: unspecified Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: 4wy78...@rokejulianlockhart.addy.io Target Milestone: --- Created attachment 180327 --> https://bugs.kde.org/attachment.cgi?id=180327&action=edit A Screenshot SUMMARY When an application's window procedure is unresponsive, Plasma Shell's notification service explains this to the user via a notification, whose label is missing a space. STEPS TO REPRODUCE 1. Send a STOP to a process with an attached (top-level) window. 2. Send a SIGTERM to it. OBSERVED RESULT Undermentioned is, verbatim, what the notification states: > "Welcome" of KWrite is not responding. Do you want to terminate this > application?Terminating this application will close all of its windows. Any > unsaved data will be lost. EXPECTED RESULT It should be: > "Welcome" of KWrite is not responding. Do you want to terminate this > application? Terminating this application will close all of its windows. Any > unsaved data will be lost. SOFTWARE/OS VERSIONS > Operating System: Fedora Linux 42 > KDE Plasma Version: 6.3.4 > KDE Frameworks Version: 6.13.0 > Qt Version: 6.8.2 > Kernel Version: 6.14.2-300.fc42.x86_64 (64-bit) > Graphics Platform: Wayland ADDITIONAL INFORMATION I've searched https://invent.kde.org/search?search=terminating%20this%20application&nav_source=navbar for this string, but I presume that it's stored in a translation file that is consumed, rather than directly embedded as a QString. Otherwise, I'd have remediated this myself with a PR. -- You are receiving this mail because: You are watching all bug changes.