Description of problem: Found not completely localized error message in RAID Options message box. Version-Release number of selected component (if applicable): 2.5.12-1 How reproducible: Always Steps to Reproduce: 1. Rebuild and setup system-config-kickstart from CVS 2. export LANG=ru_RU.UTF8 ; system-config-kickstart 3. Go to partition information (forth line) 4. Click RAID button Actual results: Localized error message with not localized line: "You currently have 0 software RAID partition(s) free to use." Expected results: Completely localized message. Additional info: src/raidOptionsWindow.py
this is no StringChange, the typo is outside the string (python format operator has to come after translation)
Created attachment 105464 [details] typo fix
please assign to current maintainer (tfox?)
Commited - thanks for the patch