Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update on temporal controller widget project time button tooltip
  • Loading branch information
Samweli authored and nyalldawson committed Mar 31, 2020
1 parent 48952cd commit 507f645
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/qgstemporalcontrollerwidget.cpp
Expand Up @@ -74,7 +74,10 @@ QgsTemporalControllerWidget::QgsTemporalControllerWidget( QWidget *parent )
mEndDateTime->setDateTime( range.end() );
}

mSetToProjectTimeButton->setToolTip( tr( "Set datetimes inputs to match project time" ) );
mSetToProjectTimeButton->setToolTip( tr( "Match time range to project. \n"
"If a project has no explicit time range set, \n"
"then the range will be calculated based on the \n"
"minimum and maximum dates from any temporal-enabled layers." ) );

for ( QgsUnitTypes::TemporalUnit u :
{
Expand Down

0 comments on commit 507f645

Please sign in to comment.