minor: typos, comments, whitespace, translation

This commit is contained in:
plc-user
2025-02-04 13:48:35 +01:00
parent 28df44d1ba
commit 9dad6963cb
6 changed files with 14 additions and 14 deletions

View File

@@ -26,15 +26,15 @@ class QETProject;
/**
* @brief The ProjectPropertiesHandler class
* A central class who handle, keep and provide all utilities
* A central class that handles, keeps and provides all utilities
* to easily manage all kind of properties used in a project.
*
* This is a new class since QElectroTech 0.9
* by consequent she is small and you can found a lot of properties (made before qet 0.9)
* by consequence it is small and you can find a lot of properties (made before qet 0.9)
* everywhere in the code.
* All new properties should be managed by this class
* (of course if it make sense to be managed by this class).
* Older properties who are not managed by this class but should be,
* (of course if it makes sense to be managed by this class).
* Older properties which are not managed by this class but should be,
* will be managed in future.
*/
class ProjectPropertiesHandler