The String "Export Directory:" in Storyboard docker's Export SVG dialogue is untranslatable.
Weird enought, I've looked at plugins/dockers/storyboarddocker/wdgexportstoryboard.ui Between: (#149) SVG file for specifying layout : And (#183) SVG file base name : There is only (#166) Export File Name : But Krita only displays "Export Directory :" So where did this "Export Directory :" string come from?
That string is from plugins/dockers/storyboarddocker/DlgExportStoryboard.cpp. Line ~59.
Thanks! I will internationalize that string today.
I tried to fix them. I hope it works. MR: https://invent.kde.org/graphics/krita/-/merge_requests/1034 https://invent.kde.org/graphics/krita/-/merge_requests/1035