Menu

#530 Camtasia filter: <Line> is incorrectly added as src segment

2.5
closed-fixed
5
2012-02-03
2012-01-30
No

The Camtasia for Windows filter incorrectly adds the text between <Line> and </Line> as text to be translated. However, this text is derived from <Caption> and does not need to be translated since it is auto-generated by Camtasia itself.

Requested change:

--- CamtasiaWindowsDialect.java (revision 4060)
+++ CamtasiaWindowsDialect.java (working copy)
@@ -132,6 +132,7 @@
"Image_Object",
"IndentLevel",
"KeepAspectRatio",
+ "Line",
"MaxCaptionLength",
"NoiseFilterInfo",
"Opacity",

Discussion

  • Didier Briel

    Didier Briel - 2012-01-30
    • milestone: 814918 --> 2.5
    • assigned_to: nobody --> guido_leenders
    • summary: <Line> is incorrectly added as src segment --> Camtasia filter: <Line> is incorrectly added as src segment
    • status: open --> open-fixed
     
  • Didier Briel

    Didier Briel - 2012-01-30

    Fixed in SVN (/trunk).

    Didier

     
  • Didier Briel

    Didier Briel - 2012-02-03
    • status: open-fixed --> closed-fixed
     
  • Didier Briel

    Didier Briel - 2012-02-03

    Closing...
    This bug was corrected in the released version 2.5.1 of OmegaT.

     

Log in to post a comment.