mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[calamares] Provide i18n context for "Key"
This commit is contained in:
parent
7c6783948a
commit
53cb27ebc8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue