From 4172a2a06ec3df552d3e64767e70de066e730303 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 15 Jan 2017 19:29:10 +0000 Subject: [PATCH] Typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4849 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/ui/potentialselectordialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/ui/potentialselectordialog.cpp b/sources/ui/potentialselectordialog.cpp index 94c022ba5..c488550c8 100644 --- a/sources/ui/potentialselectordialog.cpp +++ b/sources/ui/potentialselectordialog.cpp @@ -303,9 +303,9 @@ void PotentialSelectorDialog::on_buttonBox_accepted() QStringList forbidden_str; forbidden_str << "%sequf_" << "%seqtf_" << "%seqhf_" << "%id" << "%F" << "%M" << "%LM"; - QString text(tr("La formule du nouveau potentiel contient des variables incompatible avec les reports de folio.\n" + QString text(tr("La formule du nouveau potentiel contient des variables incompatibles avec les reports de folio.\n" "Veuillez saisir une formule compatible pour ce potentiel.\n" - "Les variables suivante sont incompatible :\n" + "Les variables suivantes sont incompatibles :\n" "%sequf_ %seqtf_ %seqhf_ %id %F %M %LM")); FormulaAssistantDialog fag(this); fag.setForbiddenVariables(forbidden_str);