diff --git a/src/TimerRecordDialog.cpp b/src/TimerRecordDialog.cpp index 58240c38e..487e853ea 100644 --- a/src/TimerRecordDialog.cpp +++ b/src/TimerRecordDialog.cpp @@ -799,7 +799,7 @@ TranslatableString TimerRecordDialog::GetDisplayDate( wxDateTime & dt ) len); if (len > 0) { s += wxT(" ") + dt.FormatTime(); - return TranslatableString{ s }; + return Verbatim( s ); } } #endif