Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
4163ff30
Commit
4163ff30
authored
Jun 01, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two strings
parent
b55ed74a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugins/impex/exr/exr_import.cc
plugins/impex/exr/exr_import.cc
+1
-1
plugins/impex/heif/HeifError.cpp
plugins/impex/heif/HeifError.cpp
+1
-1
No files found.
plugins/impex/exr/exr_import.cc
View file @
4163ff30
...
...
@@ -46,7 +46,7 @@ KisImportExportFilter::ConversionStatus exrImport::convert(KisDocument *document
switch
(
ib
.
buildImage
(
filename
()))
{
case
KisImageBuilder_RESULT_UNSUPPORTED
:
case
KisImageBuilder_RESULT_UNSUPPORTED_COLORSPACE
:
document
->
setErrorMessage
(
i18n
(
"Krita does support this type of EXR file."
));
document
->
setErrorMessage
(
i18n
(
"Krita does
not
support this type of EXR file."
));
return
KisImportExportFilter
::
NotImplemented
;
case
KisImageBuilder_RESULT_INVALID_ARG
:
...
...
plugins/impex/heif/HeifError.cpp
View file @
4163ff30
...
...
@@ -39,7 +39,7 @@ KisImportExportFilter::ConversionStatus setHeifError(KisDocument* document,
case
heif_error_Unsupported_filetype
:
case
heif_error_Unsupported_feature
:
document
->
setErrorMessage
(
i18n
(
"Krita does support this type of HEIF file."
));
document
->
setErrorMessage
(
i18n
(
"Krita does
not
support this type of HEIF file."
));
return
KisImportExportFilter
::
NotImplemented
;
case
heif_error_Usage_error
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment