From e34e096c0e1b799904643c753591833f3ff2ab95 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 23 Aug 2005 09:58:25 +0000 Subject: ompi fix --- (limited to 'kmicromail/accountitem.cpp') diff --git a/kmicromail/accountitem.cpp b/kmicromail/accountitem.cpp index fcb2052..985a762 100644 --- a/kmicromail/accountitem.cpp +++ b/kmicromail/accountitem.cpp @@ -783,9 +783,9 @@ MHviewItem::MHviewItem( const QString&aPath, AccountView *parent ) { m_Path = aPath; /* be carefull - the space within settext is wanted - thats why the string twice */ - wrapper = AbstractMail::getWrapper( m_Path,"Local Folders"); + wrapper = AbstractMail::getWrapper( m_Path,"Local Mailfolders"); setPixmap( 0, PIXMAP_LOCALFOLDER ); - setText( 0, " Local Folders" ); + setText( 0, i18n(" Local Mailfolders") ); setOpen( true ); folder = 0; } -- cgit v0.9.0.2