Fix build

BUG:88
This commit is contained in:
craig.p.drummond
2012-09-16 09:15:51 +00:00
committed by craig.p.drummond
parent b089ab60ed
commit 15760eea46

View File

@@ -49,8 +49,9 @@
QObject::tr("%1 Entries", "Plural (N!=1)").arg((C)))
#define QTP_RULES_STR(C) \
(1==(C) ? QObject::tr("1 Rule, "Singular"") : \
(1==(C) ? QObject::tr("1 Rule", "Singular") : \
QObject::tr("%1 Rules", "Plural (N!=1)").arg((C)))
#endif