https://bugs.kde.org/show_bug.cgi?id=387761
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |general Product|dolphin |frameworks-kio Status|UNCONFIRMED |CONFIRMED CC| |[email protected], | |[email protected] Version|17.08.3 |5.41.0 Assignee|[email protected] |[email protected] Ever confirmed|0 |1 Summary|Remove unnecessary space |errorText is empty when |from warning about disk |moving or copying file to a |full |location without free | |space, leading to an | |unnecessary space in the | |"disk full" message. --- Comment #1 from Nate Graham <[email protected]> --- This is in kio/src/core/job_error.cpp. The error message is doing this: result = i18n("Could not write file %1.\nDisk full.", errorText); So when errorText is empty, there will be an extra space. The bigger question may be why errorText is empty in the first place. -- You are receiving this mail because: You are watching all bug changes.
