File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,13 @@ QgsTemporalControllerWidget::QgsTemporalControllerWidget( QWidget *parent )
88
88
whileBlocking ( mFixedRangeEndDateTime )->setDateTime ( range.end () );
89
89
}
90
90
91
- mSetToProjectTimeButton ->setToolTip ( tr ( " Match time range to project. \n "
92
- " If a project has no explicit time range set, \n "
93
- " then the range will be calculated based on the \n "
94
- " minimum and maximum dates from any temporal-enabled layers." ) );
91
+ QString setToProjectTimeButtonToolTip = tr ( " Match time range to project. \n "
92
+ " If a project has no explicit time range set, \n "
93
+ " then the range will be calculated based on the \n "
94
+ " minimum and maximum dates from any temporal-enabled layers." );
95
+
96
+ mSetToProjectTimeButton ->setToolTip ( setToProjectTimeButtonToolTip );
97
+ mFixedRangeSetToProjectTimeButton ->setToolTip ( setToProjectTimeButtonToolTip );
95
98
96
99
for ( QgsUnitTypes::TemporalUnit u :
97
100
{
You can’t perform that action at this time.
0 commit comments