|
|
@ -89,13 +89,13 @@ public: |
|
|
|
text = tr("Not downloaded"); |
|
|
|
text = tr("Not downloaded"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 2: |
|
|
|
case 2: |
|
|
|
text = tr("High", "High priority"); |
|
|
|
text = tr("High", "High (priority)"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 7: |
|
|
|
case 7: |
|
|
|
text = tr("Maximum", "Maximum priority"); |
|
|
|
text = tr("Maximum", "Maximum (priority)"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
default: |
|
|
|
default: |
|
|
|
text = tr("Normal", "Normal priority"); |
|
|
|
text = tr("Normal", "Normal (priority)"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
QItemDelegate::drawDisplay(painter, opt, option.rect, text); |
|
|
|
QItemDelegate::drawDisplay(painter, opt, option.rect, text); |
|
|
|