$OpenBSD: patch-src_modes_postfix_postfixConfigurationWidget_h,v 1.1.1.1 2013/12/08 18:12:26 zhuk Exp $
--- src/modes/postfix/postfixConfigurationWidget.h.orig	Fri Nov  4 13:58:24 2011
+++ src/modes/postfix/postfixConfigurationWidget.h	Fri Nov  4 13:58:50 2011
@@ -45,13 +45,13 @@ class PostfixConfigurationWidget : public LogModeConfi
 
 	public:
 		PostfixConfigurationWidget() :
-			LogModeConfigurationWidget(i18n("Postfix Log"),QLatin1String( POSTFIX_MODE_ICON ), i18n("Postfix Log"))
+			LogModeConfigurationWidget(i18n("Mail Log"),QLatin1String( POSTFIX_MODE_ICON ), i18n("Mail Log"))
 			{
 
 			QVBoxLayout* layout = new QVBoxLayout();
 			this->setLayout(layout);
 
-			QString description = i18n("<p>These files will be analyzed to show the <b>Postfix Logs</b>.</p>");
+			QString description = i18n("<p>These files will be analyzed to show the <b>Mail Logs</b>.</p>");
 
 			fileList = new LogLevelFileList(this, description);
 
@@ -67,11 +67,11 @@ class PostfixConfigurationWidget : public LogModeConfi
 
 		bool isValid() const {
 			if (fileList->isEmpty() == false) {
-				logDebug() << "Postfix configuration valid" << endl;
+				logDebug() << "Mail configuration valid" << endl;
 				return true;
 			}
 
-			logDebug() << "Postfix configuration not valid" << endl;
+			logDebug() << "Mail configuration not valid" << endl;
 			return false;
 		}
 
