diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index df2813103a..66af812d9f 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -962,7 +962,7 @@ def fmt_system_prompt(self, prompt): if self.chat_language: language = self.chat_language else: - language = "in the same language they are using" + language = "the same language they are using" prompt = prompt.format( fence=self.fence,