diff --git a/plugins/impex/psd/krita_psd.desktop b/plugins/impex/psd/krita_psd.desktop --- a/plugins/impex/psd/krita_psd.desktop +++ b/plugins/impex/psd/krita_psd.desktop @@ -2,7 +2,7 @@ Categories=Qt;KDE;Office;Graphics; Exec=krita %u Icon=calligrakrita -MimeType=image/x-psd;image/photoshop;image/x-photoshop;image/x-vnd.adobe.photoshop;image/vnd.adobe.photoshop; +MimeType=image/x-psd;image/photoshop;image/x-photoshop;image/vnd.adobe.photoshop; Name=Krita Name[af]=Krita Name[ar]=كريتا diff --git a/plugins/impex/psd/krita_psd_export.json b/plugins/impex/psd/krita_psd_export.json --- a/plugins/impex/psd/krita_psd_export.json +++ b/plugins/impex/psd/krita_psd_export.json @@ -3,7 +3,7 @@ "Id": "Krita PhotoShop Export Filter", "NoDisplay": "true", "Type": "Service", - "X-KDE-Export": "image/x-psd,image/photoshop,image/x-photoshop,image/x-vnd.adobe.photoshop,image/vnd.adobe.photoshop", + "X-KDE-Export": "image/x-psd,image/photoshop,image/x-photoshop,image/vnd.adobe.photoshop", "X-KDE-Library": "kritapsdexport", "X-KDE-ServiceTypes": [ "Krita/FileFilter" diff --git a/plugins/impex/psd/krita_psd_import.json b/plugins/impex/psd/krita_psd_import.json --- a/plugins/impex/psd/krita_psd_import.json +++ b/plugins/impex/psd/krita_psd_import.json @@ -3,7 +3,7 @@ "Id": "Krita PhotoShop Import Filter", "NoDisplay": "true", "Type": "Service", - "X-KDE-Import": "image/x-psd,image/photoshop,image/x-photoshop,image/x-vnd.adobe.photoshop,image/vnd.adobe.photoshop,image/x-psb", + "X-KDE-Import": "image/x-psd,image/photoshop,image/x-photoshop,image/vnd.adobe.photoshop,image/x-psb", "X-KDE-Library": "kritapsdimport", "X-KDE-ServiceTypes": [ "Krita/FileFilter"