HaikuArchives / Paladin

Paladin is an open source integrated development environment (IDE) for Haiku OS
MIT License
64 stars 20 forks source link

A couple of typos #383

Open jt15s opened 1 year ago

jt15s commented 1 year ago

Whilst translating Paladin through Polyglot, I noticed a few typos:

  1. Under "PrefsWindow", the string "Automatically synchronize modules in your projects with the those in the code library" should probably be changed to "Automatically synchronize modules in your projects with those in the code library".
  2. Under "ProjectSettingsWindow", the string "Extra GCC flags you wish included when each file is compiled." should probably be changed to "Extra GCC flags you wish to be included when each file is compiled."
  3. Similarly, under "ProjectSettingsWindow", the string "Extra GCC linker flags you wish included when your project is linked." should probably be changed to "Extra GCC linker flags you wish to be included when your project is linked."

Would appreciate it if these are corrected.

Thanks!

humdingerb commented 1 year ago

I think 2. and 3 are valid shortenings.

mbrumbelow commented 1 year ago

All three make sense and are grammatically correct.

humdingerb commented 1 year ago

Surely the first one isn't. There's a "the" that shouldn't. 😃

mbrumbelow commented 1 year ago

"Automatically synchronize modules in your projects with those in the code library" - is grammatically correct. Maybe I am missing something?

humdingerb commented 1 year ago

The ticket says it's: Automatically synchronize modules in your projects with **the** those in the code library