https://bugs.kde.org/show_bug.cgi?id=406666
Bug ID: 406666 Summary: Split sentences on "colorspaceconversion.cc" Product: krita Version: nightly build (please specify the git hash!) Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Translation Assignee: krita-bugs-n...@kde.org Reporter: libreaj...@gmail.com Target Milestone: --- There are two split sentences on the colorspaceconversion.cc file. (plugins/extensions/colorspaceconversion/colorspaceconversion.cc). To make a proper translation there must be a %1 mark. >> dlgColorSpaceConversion->setCaption(i18n("Convert All Layers From ") + >> image->colorSpace()->name()); >> dlgColorSpaceConversion->setCaption(i18n("Convert Current Layer From") + >> layer->colorSpace()->name()); OBSERVED RESULT #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:79 msgid "Convert All Layers From " #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:108 msgid "Convert Current Layer From" EXPECTED RESULT #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:79 msgid "Convert All Layers From %1" #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:108 msgid "Convert Current Layer From %1" SOFTWARE/OS VERSIONS Krita Version: 4.2.0-pre-alpha Languages: en Hidpi: true Qt Version (compiled): 5.9.5 Version (loaded): 5.9.5 OS Information Build ABI: x86_64-little_endian-lp64 Build CPU: x86_64 CPU: x86_64 Kernel Type: linux Kernel Version: 4.15.0-48-lowlatency Pretty Productname: Ubuntu 18.04.2 LTS Product Type: ubuntu Product Version: 18.04 -- You are receiving this mail because: You are watching all bug changes.