[c/pt-br] fix untranslated english section (#4842)

* fix: unstranslated section

* fix: miss clicked

---------

Co-authored-by: Flavio <77132531+flaviodev27@users.noreply.github.com>
This commit is contained in:
Flavio 2024-02-14 10:22:59 -03:00 committed by GitHub
parent 224e01864a
commit 60e5d32ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -363,7 +363,7 @@ void OwnedDog::print() const
{
Dog::print(); // Chame a função de impressão na classe Dog base de
std::cout << "Dog is owned by " << owner << "\n";
// Prints "Dog is <name> and weights <weight>"
// Imprime "Dog is <name> and weights <weight>"
// "Dog is owned by <owner>"
}