mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
add the missing translations
This commit is contained in:
parent
4f497116c6
commit
65bf008478
@ -1371,9 +1371,9 @@ void QgsRasterLayerProperties::setSourceStaticTimeState()
|
||||
mWmstOptions->setEnabled( !mRasterLayer->temporalProperties()->isActive() );
|
||||
|
||||
if ( mRasterLayer->temporalProperties()->isActive() )
|
||||
mWmstOptionsLabel->setText( "The static temporal options below are disabled because the layer "
|
||||
"temporal properties are active, to enable them disable temporal properties "
|
||||
"in the temporal tab. " );
|
||||
mWmstOptionsLabel->setText( tr( "The static temporal options below are disabled because the layer "
|
||||
"temporal properties are active, to enable them disable temporal properties "
|
||||
"in the temporal tab. " ) );
|
||||
|
||||
mWmstGroup->setChecked( uri.contains( QStringLiteral( "allowTemporalUpdates" ) ) &&
|
||||
uri.value( QStringLiteral( "allowTemporalUpdates" ), true ).toBool() );
|
||||
@ -1411,9 +1411,9 @@ void QgsRasterLayerProperties::temporalPropertiesChange()
|
||||
mWmstOptions->setEnabled( !mRasterLayer->temporalProperties()->isActive() );
|
||||
|
||||
if ( mRasterLayer->temporalProperties()->isActive() )
|
||||
mWmstOptionsLabel->setText( "The static temporal options below are disabled because the layer "
|
||||
"temporal properties are active, to enable them disable temporal properties "
|
||||
"in the temporal tab. " );
|
||||
mWmstOptionsLabel->setText( tr( "The static temporal options below are disabled because the layer "
|
||||
"temporal properties are active, to enable them disable temporal properties "
|
||||
"in the temporal tab. " ) );
|
||||
else
|
||||
mWmstOptionsLabel->clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user