diff --git a/src/gui/qgstemporalcontrollerwidget.cpp b/src/gui/qgstemporalcontrollerwidget.cpp index 8294faa00f86..7d3889dc781f 100644 --- a/src/gui/qgstemporalcontrollerwidget.cpp +++ b/src/gui/qgstemporalcontrollerwidget.cpp @@ -501,7 +501,7 @@ void QgsTemporalControllerWidget::updateRangeLabel( const QgsDateTimeRange &rang switch ( mNavigationObject->navigationMode() ) { case QgsTemporalNavigationObject::Animated: - mCurrentRangeLabel->setText( tr( "Frame: %1 ≤ t < %2" ).arg( + mCurrentRangeLabel->setText( tr( "Current frame: %1 ≤ t < %2" ).arg( range.begin().toString( timeFrameFormat ), range.end().toString( timeFrameFormat ) ) ); break; diff --git a/src/ui/qgstemporalcontrollerwidgetbase.ui b/src/ui/qgstemporalcontrollerwidgetbase.ui index cdafb980c1e4..3c959d512ab0 100644 --- a/src/ui/qgstemporalcontrollerwidgetbase.ui +++ b/src/ui/qgstemporalcontrollerwidgetbase.ui @@ -123,7 +123,7 @@ - 1 + 2 @@ -426,7 +426,7 @@ - Range + Animation range