Bug 464631

Summary: Tiny nit in core/job_error.cpp i18n message
Product: [Frameworks and Libraries] frameworks-kio Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: kdelibs-bugs-null
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.103
Sentry Crash Report:

Description Oliver Kellogg 2023-01-22 06:44:18 UTC
I found a tiny formatting nit in core/job_error.cpp function rawErrorDetail case KIO::ERR_CANNOT_CREATE_WORKER
(in commit 8a1662c of 2022-12-03 this is line 1255):
    "klauncher could not find or start the plugin which provides the protocol."
    "This means you may have an outdated version of the plugin."
Please insert a space at the end of the first line.
Comment 1 Nate Graham 2023-01-24 17:17:15 UTC
Git commit 4fc29c50497f1f6118fbd5eeb8be4ce90dd85fff by Nate Graham.
Committed on 24/01/2023 at 17:16.
Pushed by ngraham into branch 'master'.

job_error: add missing space between sentences for one string
FIXED-IN: 5.103

M  +1    -1    src/core/job_error.cpp

https://invent.kde.org/frameworks/kio/commit/4fc29c50497f1f6118fbd5eeb8be4ce90dd85fff
Comment 2 Nate Graham 2023-01-24 17:17:37 UTC
Git commit 50dddb69582fddc1f4577c1ab3a3fab37a5bb7cf by Nate Graham.
Committed on 24/01/2023 at 17:17.
Pushed by ngraham into branch 'kf5'.

job_error: add missing space between sentences for one string
FIXED-IN: 5.103
(cherry picked from commit 4fc29c50497f1f6118fbd5eeb8be4ce90dd85fff)

M  +1    -1    src/core/job_error.cpp

https://invent.kde.org/frameworks/kio/commit/50dddb69582fddc1f4577c1ab3a3fab37a5bb7cf