We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca0c6e commit 8199bd4Copy full SHA for 8199bd4
src/translator_en.h
@@ -2644,8 +2644,8 @@ class TranslatorEnglish : public Translator
2644
QCString trUnsatisfiedRequirementsText(bool singular,const QCString &list) override
2645
{
2646
return singular ?
2647
- "The requirement "+list+" does not have a 'satisties' relation." :
2648
- "The requirements "+list+" do not have a 'satisties' relation.";
+ "The requirement "+list+" does not have a 'satisfies' relation." :
+ "The requirements "+list+" do not have a 'satisfies' relation.";
2649
}
2650
// indicates a symbol verifies (tests) a requirement
2651
QCString trVerifies(bool singular) override
0 commit comments