fix html: <br> is 1990's

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1119670
This commit is contained in:
Volker Lanz 2010-04-27 16:01:48 +00:00
parent be3fbd844a
commit dbc3da271b
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ static const AttrDetails* attrDetails()
{ 197, i18nc("SMART attr name", "Current Pending Sector Count"), i18nc("SMART attr description", "Number of &quot;unstable&quot; sectors (waiting to be remapped, because of read errors).") },
{ 198, i18nc("SMART attr name", "Uncorrectable Sector Count"), i18nc("SMART attr description", "Count of uncorrectable errors when reading/writing a sector.") },
{ 199, i18nc("SMART attr name", "UltraDMA CRC Error Count"), i18nc("SMART attr description", "Count of errors in data transfer via the interface cable as determined by ICRC.") },
{ 200, i18nc("SMART attr name", "Multi-Zone Error Rate<br>Write Error Rate"), i18nc("SMART attr description", "The total number of errors when writing a sector.") },
{ 200, i18nc("SMART attr name", "Multi-Zone Error Rate<br/>Write Error Rate"), i18nc("SMART attr description", "The total number of errors when writing a sector.") },
{ 201, i18nc("SMART attr name", "Soft Read Error Rate"), i18nc("SMART attr description", "Number of off-track errors.") },
{ 202, i18nc("SMART attr name", "Data Address Mark Errors"), i18nc("SMART attr description", "Number of Data Address Mark errors (or vendor-specific).") },
{ 203, i18nc("SMART attr name", "Run Out Cancel"), i18nc("SMART attr description", "Number of ECC errors") },
@ -168,7 +168,7 @@ static const AttrDetails* attrDetails()
{ 233, i18nc("SMART attr name", "Power-On Seconds"), i18nc("SMART attr description", "Time elapsed in the power-on state") },
{ 234, i18nc("SMART attr name", "Unrecoverable ECC Count"), i18nc("SMART attr description", "Count of unrecoverable ECC errors") },
{ 235, i18nc("SMART attr name", "Good Block Rate"), i18nc("SMART attr description", "Count of available reserved blocks as percentage of the total number of reserved blocks") },
{ 240, i18nc("SMART attr name", "Head Flying Hours<br>or Transfer Error Rate (Fujitsu)"), i18nc("SMART attr description", "Time while head is positioning<br>or counts the number of times the link is reset during a data transfer.") },
{ 240, i18nc("SMART attr name", "Head Flying Hours<br/>or Transfer Error Rate (Fujitsu)"), i18nc("SMART attr description", "Time while head is positioning<br/>or counts the number of times the link is reset during a data transfer.") },
{ 241, i18nc("SMART attr name", "Total LBAs Written"), i18nc("SMART attr description", "Total LBAs Written") },
{ 242, i18nc("SMART attr name", "Total LBAs Read"), i18nc("SMART attr description", "Total LBAs Read") },
{ 250, i18nc("SMART attr name", "Read Error Retry Rate"), i18nc("SMART attr description", "Number of errors while reading from a disk") },