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

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cullm...@kde.org

--- Comment #3 from Christoph Cullmann <cullm...@kde.org> ---
This are the strings we use ATM:


    switch (m_modOnHdReason) {
    case OnDiskModified:
        return i18n("The file '%1' was modified by another program.", str);
        break;
    case OnDiskCreated:
        return i18n("The file '%1' was created by another program.", str);
        break;
    case OnDiskDeleted:
        return i18n("The file '%1' was deleted by another program.", str);
        break;
    default:
        return QString();
    }

We can improve on that easily, beside that I think this is overkill for such a
minor inconvenience.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to