Skip to content

Commit

Permalink
Don't translate null string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 29, 2020
1 parent 9e568c3 commit 7ef8f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -1289,7 +1289,7 @@ void QgsRasterLayerProperties::staticTemporalRange_toggled( bool checked )
{
if ( checked )
{
mLabel->setText( tr( "" ) );
mLabel->clear();
}
}

Expand Down

0 comments on commit 7ef8f49

Please sign in to comment.