Bug 127687 - Not localized error message about RAID
Summary: Not localized error message about RAID
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: rawhide
Hardware: noarch
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target FC4Target
TreeView+ depends on / blocked
 
Reported: 2004-07-12 16:26 UTC by Victor Ashik
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-11-23 19:20:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
typo fix (776 bytes, patch)
2004-10-19 20:17 UTC, Ronny Buchmann
no flags Details | Diff

Description Victor Ashik 2004-07-12 16:26:23 UTC
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

Comment 1 Ronny Buchmann 2004-10-19 20:14:58 UTC
this is no StringChange, the typo is outside the string (python format
operator has to come after translation)

Comment 2 Ronny Buchmann 2004-10-19 20:17:37 UTC
Created attachment 105464 [details]
typo fix

Comment 3 Ronny Buchmann 2004-10-19 20:19:03 UTC
please assign to current maintainer (tfox?)

Comment 4 Paul Nasrat 2004-11-08 18:10:40 UTC
Commited - thanks for the patch


Note You need to log in before you can comment on or make changes to this bug.