Bug 441940

Summary: The string "Export Directory :" in Storyboard docker's Export SVG dialogue is untranslatable
Product: [Applications] krita Reporter: Tyson Tan <tysontanx>
Component: TranslationAssignee: 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
The String "Export Directory:" in Storyboard docker's Export SVG dialogue is untranslatable.
Comment 1 Tyson Tan 2021-09-05 04:29:41 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?
Comment 2 tomtomtomreportingin 2021-09-05 04:58:06 UTC
That string is from plugins/dockers/storyboarddocker/DlgExportStoryboard.cpp. Line ~59.
Comment 3 Tyson Tan 2021-09-05 05:42:08 UTC
Thanks! I will internationalize that string today.