Bug 441940 - The string "Export Directory :" in Storyboard docker's Export SVG dialogue is untranslatable
Summary: The string "Export Directory :" in Storyboard docker's Export SVG dialogue is...
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Translation (other bugs)
Version First Reported In: 5.0.0-beta1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tyson Tan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-03 08:38 UTC by Tyson Tan
Modified: 2021-09-06 17:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.