GNOME Bugzilla – Bug 209958
Strings marked for translation needs cleaning
Last modified: 2002-10-15 16:15:01 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: The strings marked for translation in components/html-editor/template.c at lines 83, 85, 93 and 97 needs cleaning up. Steps to reproduce the problem: 1. 2. 3. Actual Results: Expected Results: How often does this happen? Additional Information:
*** bug 209959 has been marked as a duplicate of this bug. ***
*** bug 210174 has been marked as a duplicate of this bug. ***
Is this going to happen for 1.2?
no, unless you make a patch. It is nontrivial to remove the markup from the strings. Unless something has the 1.2 milestone it will not be in 1.2
Created attachment 41601 [details] [review] clean up most of the html from the translations and use U_ where needed.
ok, I lied. I made a patch for this to clean up all but one <b> </b> in the string and fixed an unreplaced string and a charset issue in the process. Kjartan let me know if anything is wrong. patch sent to evolution-patches waiting for approval.
patch applied