icon scaling, minor UI tweaks
[fapman] / aaptinterface.cpp
index 3f4546d..8011035 100644 (file)
@@ -526,7 +526,7 @@ QString AAptInterface::finishProcessCommonErrorMessages(QByteArray& output)
        } else if( output.contains("E: Broken packages") ) {
                msg = "Your system has broken packages or you are trying to install conflicting packages. See the log for details.";
        } else if( output.contains("E: Handler silently failed") ) {
-               msg = "Handler silently failed - This can happen if you try to install from the forbidden user/hidden category";
+               msg = "Handler silently failed - This can happen if you try to install from the forbidden user/hidden category. Disabling OVI store repositories might help.";
        } else if( iTerminated ) {
                msg = "The operation was cancelled by user";
        } else if( output.contains("Temporary failure resolving") || output.contains("Could not resolve host") ) {
@@ -804,7 +804,7 @@ void AAptInterface::uiUpdaterAptGetInstall()
                        if( pkg!=0 ) {
                                iAptGetCurrentDownloadFileName = pkg->fileName();
                                iAptGetCurrentFileTotalSize = pkg->size()/1024;
-                               pkgname += QString(" (%1 kB)").arg(iAptGetCurrentFileTotalSize);
+                               pkgname += QString(" (%L1 kB)").arg(iAptGetCurrentFileTotalSize);
                        }
                        iAptGetDownloadCount++;
                        oper += QString(" %1/%2").arg(iAptGetDownloadCount).arg(iAptGetInstallTotal);