From koffice Sun Sep 05 19:52:36 2004 From: Krzysztof Lichota Date: Sun, 05 Sep 2004 19:52:36 +0000 To: koffice Subject: [Bug 88904] New: Plural i18n call missing Message-Id: <20040905215234.88904.lichota () mimuw ! edu ! pl> X-MARC-Message: https://marc.info/?l=koffice&m=109446497724525 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=88904 Summary: Plural i18n call missing Product: koffice Version: 1.3 Platform: SuSE RPMs OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: koffice kde org ReportedBy: lichota mimuw edu pl Version: 1.3 (using KDE KDE 3.2.3) Installed from: SuSE RPMs In two places in code in KoScript the plural formof i18n() should be used but it is not: koscript/koscript_eval.cc:742 koscript/koscript_eval.cc:2129 The faulty code: QString tmp( i18n("%1 arguments are not needed") ); context.setException( new KSException( "TooManyArguments", tmp.arg( context.value()->listValue().count() ), node->getLineNo() ) ); ____________________________________ koffice mailing list koffice@mail.kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice