https://bugs.kde.org/show_bug.cgi?id=445089
Bourumir Wyngs <bourumir.wy...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bourumir.wy...@gmail.com

--- Comment #1 from Bourumir Wyngs <bourumir.wy...@gmail.com> ---
The code there checks if each of the list of files is present in the saved
store (saved file archive). If any one is missing, this is not good and then
all saved store is seen as broken:

    Q_FOREACH(const QString &file, filesToCheck) {
        if (!store->hasFile(file)) {
            return i18n("File %1 is missing in %2 and is broken. Please try to
save again in a different location.", file, fileName);
        }
This probably can be translated as:

The saved bundle %1 is broken as it is missing the expected file %2. Please try
to save again in a different location.

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

Reply via email to