diff --git a/kmreaderwin.cpp b/kmreaderwin.cpp index a040d06d5..876c0394d 100644 --- a/kmreaderwin.cpp +++ b/kmreaderwin.cpp @@ -2634,7 +2634,7 @@ void KMReaderWin::injectAttachments() if ( html.isEmpty() ) return; if ( headerStyle() == HeaderStyle::fancy() ) - html.prepend( "
Attachments: 
" ); + html.prepend( "
%1 
" ).arg(i18n("Attachments:")); assert( injectionPoint.tagName() == "div" ); static_cast( injectionPoint ).setInnerHTML( html ); }