diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-10-27 02:41:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 02:41:06 +0300 |
commit | 6d0502dbfb8719fa046fac822739be163fc64d27 (patch) | |
tree | c7ac2a4e998aa80b18b19a5fa8f0d12c68447afb /pt-br | |
parent | 082625638e2c3dd6108bea3f070b53dea576dc03 (diff) | |
parent | ee3f34379abd8bea7274d024571b8596c6c759d4 (diff) |
Merge pull request #2960 from ferfedel/patch-4
[csharp/pt-br] Missing translation
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/csharp-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index ba597ea3..16321c82 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -762,7 +762,7 @@ on a new line! ""Wow!"", the masses cried"; } } - //Method to display the attribute values of this Object. + //Método para exibir os valores dos atributos deste objeto. public virtual string Info() { return "Gear: " + Gear + |