[gbrainy/stable] Fix string formatting for Brazilian Portuguese



commit b3bed7417611171e34d1007b97877f27fdb8b909
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Mar 17 20:26:14 2011 +0100

    Fix string formatting for Brazilian Portuguese

 po/pt_BR.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ad990f1..ef9e9b3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4558,7 +4558,7 @@ msgstr ""
 #: ../src/Games/Calculation/CalculationAverage.cs:65
 #, csharp-format
 msgid "The result of the operation is {0:##0.###}."
-msgstr "O resultado da operação é {0:##0,###}."
+msgstr "O resultado da operação é {0:##0.###}"
 
 #: ../src/Games/Calculation/CalculationCloserFraction.cs:37
 msgid "Closer fraction"
@@ -4576,7 +4576,7 @@ msgstr ""
 #: ../src/Games/Calculation/CalculationCloserFraction.cs:54
 #, csharp-format
 msgid "The result of the operation {0} / {1} is {2:##0.###}"
-msgstr "O resultado da operação {0} / {1} é {2:##0,###}"
+msgstr "O resultado da operação {0} / {1} é {2:##0.###}"
 
 #: ../src/Games/Calculation/CalculationFractions.cs:60
 msgid "Fractions"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]