Skip to content

Commit

Permalink
[fr] AI_FR_GGEC-match-merging-test
Browse files Browse the repository at this point in the history
  • Loading branch information
GillouLT committed Apr 24, 2024
1 parent cf49ef6 commit c046db3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -511,7 +511,7 @@ private RuleMatch mergeMatches(RuleMatch match1, RuleMatch match2) {

// Create a new merged RuleMatch object
RuleMatch mergedMatch = new RuleMatch(match1.getRule(), match1.getSentence(), match1.getFromPos(), match2.getToPos(),
"There might be a problem here.", "Potential error");
"Il pourrait y avoir un problème ici.", "Erreur potentielle");
mergedMatch.setOriginalErrorStr(newErrorStr);
mergedMatch.setSuggestedReplacement(newReplacement);

Expand Down

0 comments on commit c046db3

Please sign in to comment.