Summary: | The string "Export Directory :" in Storyboard docker's Export SVG dialogue is untranslatable | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Translation | Assignee: | Tyson Tan <tysontanx> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tomtomtomreportingin |
Priority: | NOR | ||
Version First Reported In: | 5.0.0-beta1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tyson Tan
2021-09-03 08:38:56 UTC
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 |