[calamares] Provide i18n context for "Key"
This commit is contained in:
parent
7c6783948a
commit
53cb27ebc8
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user