From 872d24ff104d9ea9a7ea8ef68c8b3f98531ed677 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 17 Jul 2004 20:29:06 +0000 Subject: Be less verbose clean ups --- (limited to 'noncore/securityplugins/notice/noticeplugin.cpp') diff --git a/noncore/securityplugins/notice/noticeplugin.cpp b/noncore/securityplugins/notice/noticeplugin.cpp index 25a452a..1da260a 100644 --- a/noncore/securityplugins/notice/noticeplugin.cpp +++ b/noncore/securityplugins/notice/noticeplugin.cpp @@ -81,6 +81,6 @@ int NoticePlugin::authenticate() { */ QString NoticePlugin::getNoticeText() { // Note: C++ processes '\' character, so we have to type \\\\ to mean \\ to QRegExp - return m_config->readEntry("noticeText", defaultNoticeText).replace( QRegExp("\\\\n"), "\n" ); + return m_config->readEntry("noticeText", QObject::tr(defaultNoticeText)).replace( QRegExp("\\\\n"), "\n" ); } -- cgit v0.9.0.2