From 89f2aface68a5d818de7b69989cf591d8fbf079c Mon Sep 17 00:00:00 2001 From: smail Dnmez Date: Sat, 13 Oct 2007 11:01:55 +0000 Subject: [PATCH] Make Attachments: translatable svn path=/branches/kdepim/enterprise/kdepim/; revision=724769 --- kmreaderwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }