[calamares] Provide i18n context for "Key"

This commit is contained in:
Adriaan de Groot 2020-09-21 22:32:04 +02:00
parent 7c6783948a
commit 53cb27ebc8

View File

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