Description of problem: When yumex returns a status message of "Reading mirror URL's from yumex cache", there is an apostrophe. This is gramatically incorrect, at least in English. There should be no apostrophe. Version-Release number of selected component (if applicable): 1.2.x, probably most/all versions How reproducible: Every time. Steps to Reproduce: 1. Assure yumex is in a state which necessitates the reading of mirror URLs 2. Observe the message that appears. Actual results: "Reading mirror URL's from yumex cache" Expected results: "Reading mirror URLs from yumex cache" Additional info: Not a big deal - just drives me crazy every time I see it :). I'm attaching a patch which should fix it in all the translation files in trunk where it might occur. It also fixes a similar change in da.po (msgstr).
Created attachment 144683 [details] patch to replace "URL's" with "URLs" in various .po files.
Thanks Corey, i will fix it
i have fixed it in the code and rebuild the po files in SVN, it will be availible in next 1.2.x release. The string dont exist in yumex 1.9.x, so notting to fix there.