https://bugs.kde.org/show_bug.cgi?id=387761

Nate Graham <pointedst...@zoho.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |general
            Product|dolphin                     |frameworks-kio
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |kdelibs-b...@kde.org,
                   |                            |pointedst...@zoho.com
            Version|17.08.3                     |5.41.0
           Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
     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 <pointedst...@zoho.com> ---
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.

Reply via email to