-rw-r--r-- | library/findwidget_p.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/findwidget_p.cpp b/library/findwidget_p.cpp index 9ecaa40..287e125 100644 --- a/library/findwidget_p.cpp +++ b/library/findwidget_p.cpp | |||
@@ -107,9 +107,10 @@ void FindWidget::slotNotFound() | |||
107 | } | 107 | } |
108 | 108 | ||
109 | void FindWidget::slotWrapAround() | 109 | void FindWidget::slotWrapAround() |
110 | { | 110 | { |
111 | lblStatus->setText( tr("End reached, starting at beginning") ); | 111 | lblStatus->setText( tr("End reached, starting at %1", "Date using TimeString::shortDate") |
112 | .arg(TimeString::shortDate( mDate ) ) ); | ||
112 | } | 113 | } |
113 | 114 | ||
114 | void FindWidget::slotDateChanged( int year, int month, int day ) | 115 | void FindWidget::slotDateChanged( int year, int month, int day ) |
115 | { | 116 | { |