Fix the spelling/grammar on the original english strings (#9487)

* Fix the spelling/grammar on english strings

* Fix the spelling/grammar on english strings, part 2
This commit is contained in:
Alexandre Folle de Menezes 2025-06-01 08:32:36 -03:00 committed by GitHub
parent a2f87dc980
commit b8c5ddd0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 2421 additions and 2488 deletions

View file

@ -1127,7 +1127,7 @@ std::vector<std::string> create_shape_warnings(const EmbossShape &shape, float s
std::string fill_warning = create_fill_warning(*shape);
if (!fill_warning.empty()) {
// TRN: The first placeholder is shape identifier, the second one is text describing the problem.
// TRN: The first placeholder is shape identifier, the second is text describing the problem.
add_warning(shape_index * 2, GUI::format(_L("Fill of shape (%1%) contains unsupported: %2%."), shape->id, fill_warning));
}