[calamares] Provide i18n context for "Key"

main
Adriaan de Groot 5 years ago
parent 7c6783948a
commit 53cb27ebc8

@ -229,11 +229,11 @@ VariantModel::headerData( int section, Qt::Orientation orientation, int role ) c
{ {
if ( section == 0 ) if ( section == 0 )
{ {
return tr( "Key" ); return tr( "Key", "Column header for key/value" );
} }
else if ( section == 1 ) else if ( section == 1 )
{ {
return tr( "Value" ); return tr( "Value", "Column header for key/value" );
} }
else else
{ {

Loading…
Cancel
Save