[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] mailcommon: Fix i18n
From:       Montel Laurent <montel () kde ! org>
Date:       2012-03-07 20:02:34
Message-ID: 20120307200234.18837A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit dcde90a969213efd511d28a980164a72fe5995ea by Montel Laurent.
Committed on 07/03/2012 at 21:02.
Pushed by mlaurent into branch 'master'.

Fix i18n

M  +4    -4    mailcommon/rulewidgethandlermanager.cpp

http://commits.kde.org/kdepim/dcde90a969213efd511d28a980164a72fe5995ea

diff --git a/mailcommon/rulewidgethandlermanager.cpp b/mailcommon/rulewidgethandlermanager.cpp
index ffc644d..84c2053 100644
--- a/mailcommon/rulewidgethandlermanager.cpp
+++ b/mailcommon/rulewidgethandlermanager.cpp
@@ -1946,10 +1946,10 @@ static const struct {
 } DateFunctions[] = {
   { SearchRule::FuncEquals,           I18N_NOOP( "is equal to" )         },
   { SearchRule::FuncNotEqual,         I18N_NOOP( "is not equal to" )      },
-  { SearchRule::FuncIsGreater,        I18N_NOOP( "is greater than" )     },
-  { SearchRule::FuncIsLessOrEqual,    I18N_NOOP( "is less than or equal to" ) },
-  { SearchRule::FuncIsLess,           I18N_NOOP( "is less than" )        },
-  { SearchRule::FuncIsGreaterOrEqual, I18N_NOOP( "is greater than or equal to" ) }
+  { SearchRule::FuncIsGreater,        I18N_NOOP( "is after" )     },
+  { SearchRule::FuncIsLessOrEqual,    I18N_NOOP( "is before or equal to" ) },
+  { SearchRule::FuncIsLess,           I18N_NOOP( "is before" )        },
+  { SearchRule::FuncIsGreaterOrEqual, I18N_NOOP( "is after or equal to" ) }
 };
 static const int DateFunctionCount =
   sizeof( DateFunctions ) / sizeof( *DateFunctions );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic