Description of problem: While Translating "script expression ''{0}'' didn't evaluate to true", I found that tool takes Apostrophe of the word "didn't" also into account. And so reflecting it as warning. I think tool should be able to differentiate between phrase like ''{0}'' and didn't. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
As explained in https://bugzilla.redhat.com/show_bug.cgi?id=856019#c3, the correct way to handle apostrophes is double it. i.e. use didn''t in stead of didn't. *** This bug has been marked as a duplicate of bug 872039 ***